I know you can use a link to open a Web page in a new browser window as in the following example:
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?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>


Reply With Quote