sName="Prabhat";
string newUrl = "test.aspx?Name=" + sName;
string javaScript = "window.open('" + newUrl + "');";
Response.Write("<script language=javascript>window.open('" + newWindowUrl + "',null,'height=410,width=450,status=0,toolbar=no,menubar=no,location=no,titlebar=no')<script>");
Thursday, September 17, 2009
Open new window with size and hide titlebar
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment