Results 1 to 4 of 4

Thread: New Window

  1. #1

    Thread Starter
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378

    Question 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.
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  2. #2
    Addicted Member
    Join Date
    Feb 2002
    Posts
    242
    I think that is not possible

  3. #3

    Thread Starter
    Hyperactive Member vbud's Avatar
    Join Date
    Jan 2002
    Location
    Mru 20 17S, 57 33E Goal: Get out of the BOX Status: In The Shadows!!! Target Posts: 3,000,000,000
    Posts
    378
    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...
    >!v!<
    Free your mind, stop thinking
    http://inspirone.blogspot.com

    Please rate this post if it helped you

  4. #4
    Addicted Member
    Join Date
    Feb 2002
    Posts
    242
    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
  •  



Click Here to Expand Forum to Full Width