Results 1 to 2 of 2

Thread: How to open a new browser window in ASP.NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    122

    Question How to open a new browser window in ASP.NET

    I know you can use a link to open a Web page in a new browser window as in the following example:

    HTML Code:
    <a href='http://www.website.com' target='_blank' class='bodylink'><img src='image.gif' width='145' height='65' border='0' alt='New Page'></a>
    Is there a way using ASP.NET to do open a page in a new browser window when a user clicks on a button? I don't think you can do it with Response.Redirect, but is there some other way?

  2. #2

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