Library code snippets

opening a .net page in a new window

 


<Script lang = "Java Script">

function winopen()

{

window.open (http://newpage.aspx,"mywindow","status=1");

}

The code below opens a window with toolbar and status bar.


window.open (http://new page.aspx,"mywindow","status=1,toolbar=1");

 then add the attribute in the code behind file

this.button.attributes.add("onMouseOver","winopen()");

Comments

  1. 01 Jan 1999 at 00:00

    This thread is for discussions of opening a .net page in a new window.

Leave a comment

Sign in or Join us (it's free).

AddThis