在本页中加入脚本:
在后台中注册脚本
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes.Add("onclick", "ScanMessageDetail(4939)");
}
}
在目标页的关闭按钮
建立一个临时的Session 将值保存在这个Session 然后
Response.Write("");
Response.Write("");
leftFrame左边框架name的名字,rightFrame右边框架name的名字
在子窗口触发回传数据的操作中使用javascript,使用javascript的窗口关闭函数