相关代码 |
|
aspx页面 function MM_GotoPage(url) { window.parent.location=url; } cs代码 string strTmp="MM_GotoPage('Reg_Corp_Set/Index_Set.aspx');"; if(!this.IsClientScriptBlockRegistered("clientScript")) this.RegisterStartupScript("clientScript", strTmp);