You should just be able to close the window by doing something like this in
javascript:
newWindow = window.open(...);
...
newWindow.close();
Original Message Follows
Greetings,
I had an extra browser window created with the HTML
attribute. I would like to be able to automatically cl
Greetings,
I had an extra browser window created with the HTML
attribute. I would like to be able to automatically close it by sending some kind
of header via PHP. Is there such a way, or do I have to ask the user to close it
manually?
Symeon Charalabides (cosmopolitan trainee)
-
Hello,
A relative PHP newbie.
I have developed a system using HTML/PHP, and have had it functioning
fine for some time using IIS. I am now uploading it to a web hosting service
in the USA where I am firstly running a hello world page to test it. BUT! It
does not want to load:
Untitled