473,749 Members | 2,626 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Wake Up !

Don't you think by now, being the 5+ version they would have fixed the
Header() to have a target, like " _top " and so on...

~ Somebody's Not Thinking ~

Oct 1 '05
13 1506
Hey I think you are going to invent new application which can handle
both client and server side component...!!!

I'm not trying to upsetting you..but sometime be practical..

If still you want to combine north pol and south pol to the center of
earth
best of luck..........

Oct 4 '05 #11

Maverick wrote:
ok, it's obvious I must not be explaining this right,
I don't know how else to explain this, but I have no interest in
upsetting anyone, only to fix problems with PHP...
In programming I find nothing " Impossible ", just a lack of vision
that's easily fixed...

YOU WANT THE TRUTH!!?? YOU CAN'T HANDLE THE TRUTH!!!
:)

Oct 4 '05 #12
On 3 Oct 2005 23:30:31 -0700, "Maverick" <sa*******@yaho o.com> wrote:
ok, it's obvious I must not be explaining this right,
You are totally explaining it right. You want to be able to redirect
to a specific frame. I had exactly the same issue with an application
I am working on. Apparently really old versions of Netscape supported
this particular thing (via a header) but no modern browser supports
it.

The syntax, in PHP, is:
header('Window-target: sometarget');
header('Locatio n: http://somelocation');

Just don't expect it to work on anything other than old versions of
Netscape.

The problem is not PHP, it's with browsers and the HTTP spec. The
feature you are looking for doesn't exist in the browser or in the
spec.

The solution (which I culled from an ASP forum) is to simply fire out
some javascript. It doesn't have too many problems with tabs as it
will look to the current tab first before looking to other tabs.
In programming I find nothing " Impossible ", just a lack of vision
that's easily fixed...


Nothing is impossible -- but you do you have to find the right
location for your solution. You would need to add the feature to the
web browsers before PHP would be able to use it. ;)

Oct 4 '05 #13
Maverick (sa*******@yaho o.com) wrote:
: ok, it's obvious I must not be explaining this right,

Not explaining well is usually a symptom of not understanding well.
--

This programmer available for rent.
Oct 4 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1787
by: The New Celibacy | last post by:
I go to bed at night, leaving XP running, and my Internet connection is dropped when I wake up. I go to bed at night, leaving Suse Linux running. I wake up in the morning, and it's still connected.
17
5671
by: Benny Raymond | last post by:
I have a thread that sleeps for 5 minutes once it's finished running a method and then it repeats itself if it's supposed to (bool = true). Prior to 2.0 I was able to resume the thread after marking the bool to false which would cause the thread to finish what it was doing and complete, or to wake up for it's sleep state and not loop back into itself anymore. How do we tell a thread to stop sleeping now that Thread.Resume is obsolete?
1
1696
by: Moosdau | last post by:
Hi everyone: I have only found system.windows.forms.application.setsuspendstate method could make system into standby or hibernate state, but I don't know how to reboot the system. And I want to know how to wake up the system after hibernate/standby? For example, if my user input "3" and hibernate, the system should enter hibernate and wake up itself after 3 minutes.
1
2572
by: Oscar | last post by:
Hi, Is there a way to to "wake" a win xp machine from screen power save using c#? I got a computer that turns off the screen after a while and i'm programming an app that reads smart cards and I want the screen to "power on" as soon as some one inserts a card to the reader. Oscar
1
1968
by: Johannes Kiehl | last post by:
guys, I need one more hint on this. I feel I am not tackling this in a php'ish way. I've been asking before, in this NG, how to monitor a (semaphore-like) file for timestamp changes, other than doing a (sleep + filectime) loop. The comments I received suggested using external tools, such as
3
8627
by: ercastro | last post by:
I am a new user of Visual Basic. I am currently using VB 2005. I am running a time-consuming task on the built-in BackgroundWorker() control of VB. I am using nested loops and sometimes I need to issue Thread.Sleep() while waiting for a specific keyword from my TextBox display window. How do I wake up the BackgroundWorker() thread and resume my code when I detect the keyword that I have been waiting for? How do I call an Interrupt from...
2
1503
by: nondos | last post by:
Hi I have solution with two projects, one of them is a user control I created public shared sub in the user control which mean to wake up the control and start doing somthing, but when i try to call it from the main project i get error message "Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class." What can i do?
0
1420
by: =?Utf-8?B?QnJhbmR5?= | last post by:
When I select standby by computer goes to sleep. When I try to wake it up with the mouse or keyboard it will not work. The drives and monitor are functioning though. I can even open the DVD/CD drives. I end having to hold the power button and restart. I've disabled Hibernate thinking that be it. I've enabled keyboard to wake it up in the device manager. -- Brandy
4
10591
by: prometka | last post by:
Hi, I'm new here and I need a small advice Do you know how to wake up computer from hibernation or sleeping mode(in windows) by programming under C#? Let me explain my problem. I created a simple programme which I want to run in the morning in different time. My problem is I don't know how to programme it to wake up computer and run programme . Every evening I want just add to my programme time to wake up. I know that under windows it's...
3
1411
by: =?Utf-8?B?R2lsYmVydCBUb3JkZXVy?= | last post by:
Context : Windows Server 2003, IIS 6, VB 2008 My asp.net application A stores data in an SQL 2000 database. My application B (on the same server but under a different userid - not ASPNET) reads these data, does its job (big load, low priority) and updates the database. A does not wait any answer nor acknowledgement from B. Questions : 1) I think B can be a console application, am I right ? 2) How can A wake up B when A has stored data...
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.