"aspfun via DotNetMonster.com" <u53138@uwe> wrote in
news:9cff42ca573cd@uwe:
> I use window.open to open a pop-up window.
Okay, I get this part.
> Is it possible to code to put pop-up window alway in another screen
> other than main page?
Do you mean open another browser instance? That is what window.open()
does, so I expect not.
Or do you mean on another computer screen (second monitor)? If so,
probably , but it is not wise unless you can guarantee all users,
forever, will have multiple screens.
Or do you mean put it on a different part of the screen than the main
window? Yes, you can put positioning information in the window.open()
command.
Or do you mean have the code set up in Code Behind? Yes, use the script
registering commands.
I think I have covered every variable about what you might be trying to
accomplish. If not, clarify your post.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************