62,268
社区成员
发帖
与我相关
我的任务
分享
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "redirect", "top.frames['contentInfo'].location='../test.aspx'", true);
ScriptManager.RegisterStartupScript(this, this.GetType(), "edit", "JS()", true);
function JS()
{
alert('執行JS不?');
top.frames['contentInfo'].location='./整改.aspx';
}