|
-
Feb 2nd, 2001, 09:53 AM
#1
Thread Starter
Frenzied Member
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!!
-
Feb 3rd, 2001, 04:32 PM
#2
Fanatic Member
In the <body> tag of the new window try something like this:
<body ONLOAD = "window.blur();">
That should do it.
-
Feb 5th, 2001, 08:28 AM
#3
Thread Starter
Frenzied Member
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!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|