There is no equivalent to "window.open()" in .NET, except for the Response.Redirect("new_page.aspx", false).
If u say the current page hasn't finished processing, it opens the new page on a new window.
Sometimes it's a better choice to include client code on your page, to do things ASP.NET doesn't allow, or allows with little or no control. NetAngel