关于asp.net父窗口弹出子窗口,子窗口再赋值给父窗口并关闭

2024-12-30 02:27:00
推荐回答(3个)
回答1:

在本页中加入脚本:


在后台中注册脚本
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes.Add("onclick", "ScanMessageDetail(4939)");
}
}

在目标页的关闭按钮

回答2:

建立一个临时的Session 将值保存在这个Session 然后
Response.Write("");
Response.Write("");

leftFrame左边框架name的名字,rightFrame右边框架name的名字

回答3:

在子窗口触发回传数据的操作中使用javascript,使用javascript的窗口关闭函数