Jan 04, 2005 01:39 AM|Mikhail Arkhipov (MSFT)|LINK
You can't really close client browser from server code. You need to write a small client script and call window.close() from it. However, it might be difficult to invoke client script from server since server does not maintain connection to each and every client
that requested the page. You can attempt to poll server from client script code and attempt to close the browser depending on what is going on on the server.
None
0 Points
1 Post
open new page
Jan 03, 2005 10:45 PM|pherotuan|LINK
All-Star
15482 Points
6040 Posts
Re: open new page
Jan 04, 2005 01:39 AM|Mikhail Arkhipov (MSFT)|LINK
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.