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!!
Printable View
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!!
In the <body> tag of the new window try something like this:
<body ONLOAD = "window.blur();">
That should do it.
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!!