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()");

You might also like...

Comments

 chezhian

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth