G
ghostwolf
Hi, how can I popup one more IE instance for showing another web page in
ASP.NET? Thanks a lot.
ASP.NET? Thanks a lot.
It's not happening on the server side, so ASP.NET has nothing to do with it.Hi, how can I popup one more IE instance for showing another web page in
ASP.NET? Thanks a lot.
Przemek Ptasznik said:ghostwolf napisa?a):
It's not happening on the server side, so ASP.NET has nothing to do with
it.
You must do it from javascript or vbscript which is send to client with
generated html.
But generally it's not very clever idea because a lot of users are
blocking such popups in their browsers and you're unable to override this.