PDA

Click to See Complete Forum and Search --> : Open a new window without the focus


sebs
Feb 2nd, 2001, 08:53 AM
I know how to open a new window, but how to
open it without giving it the focus(to keep it minimize)

my page is an asp page!!

any idea!!

Psyrus
Feb 3rd, 2001, 03:32 PM
In the <body> tag of the new window try something like this:

<body ONLOAD = "window.blur();">

That should do it.

sebs
Feb 5th, 2001, 07:28 AM
it does not do it because it's an asp page,so
it load and then it blur() my solution is
when i open it in my window.open statement,
for the left and top i gave it 3000 each, so i don't see
it!!!


tx anyway!!