Click to See Complete Forum and Search --> : Pop-under New Window


GurusGuru
06-30-2003, 07:51 AM
How to create a Javascript that will launch a new window (pop-under) below the page (xyz.htm) as soon as this page (xyz.htm) is loaded?

Khalid Ali
06-30-2003, 09:44 AM
I suspect foulplay...why would you want to open a window thats hidden from the users?...

GurusGuru
07-01-2003, 05:11 AM
Not hidden. Behind..... When the main window is closed or minimized the viewer sees the window which was behind the first window. Where is foul play? Instead of pop up in front it is pop up behind. If a presentation takes time to load. It is better to open it in a separate window behind the main window.

requestcode
07-01-2003, 06:53 AM
There are a couple of scripts at this site that should work:
http://www.javascriptkit.com/script/cutindex12.shtml

GurusGuru
07-09-2003, 12:13 AM
Thanks. Nice scripts. Found the perfect one.