|
-
Feb 10th, 2003, 02:55 AM
#1
Thread Starter
Hyperactive Member
New Window
I know that this should be a fairly easy question, but does anybody know how I could pop up a new IE window using ASP.Net (VB) without having the need to use JavaScript?
Thanx.
-
Feb 10th, 2003, 05:57 AM
#2
Addicted Member
I think that is not possible
-
Feb 10th, 2003, 06:53 AM
#3
Thread Starter
Hyperactive Member
Well my research throughout the web has given me the same idea. Its weird though, that one of the basics that should have been included in ASP.Net (from a theoretical point of view...). Just a shame that we are brought to rely on Javascript for this...
-
Feb 10th, 2003, 04:11 PM
#4
Addicted Member
well,.... I wouldnt actually say that its ashame. The reason is that ASP.NET is a server side technology. Once the page is sent to the client ASP.NET has no control over the page unless a new request is made. In order to make a pop-up window, you need to be on the client side and tell the browser to open a new window. The only way to do this is with client side script, like javascript or VBScript or a <meta> tag.
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
|