popupwindow option in asp.net(Code behind)
===================================
string URL ="asppage.aspx";
Response.Write("<script language=javascript>window.open('" + URL + "',null,'left=100, top=100,width=657,height=500,status=no, resizable= no, scrollbars= yes, toolbar= no,location= no, menubar= no,titlebar=0')</script>");
Close window option in asp.net(Code behind)
===================================
Response.Write("<script language='javascript'> { window.close();}</script>");
Tuesday, June 23, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment