Sep 25, 2008

C# ASP.NET open another new browser

ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open( 'http://www.google.com', null, 'height=500,width=800,status=yes,toolbar=yes,menubar=yes,location=yes,resizable =yes' );", true);

0 意見: