首页 新闻 会员 周边

在iframe中 使用下面语句刷新不了父窗体

1
悬赏园豆:10 [待解决问题]

ClientScript.RegisterStartupScript(this.GetType(), "", "<script>alert('插入成功!" + item.Contract_Name + "成功!');window.open('xxx.aspx?areaId=" + item.Area + "','midd');window.close();</script>");

少一的主页 少一 | 初学一级 | 园豆:190
提问于:2010-09-26 16:34
< >
分享
所有回答(3)
0

"<script>window.opener.location=window.opener.location;window.close();</script>"

粉蓝 | 园豆:70 (初学一级) | 2010-09-26 17:01
0

window.parent.frames["frameid"].reload();

graymaster | 园豆:7 (初学一级) | 2010-09-28 11:08
0

  window.opener.fatherloadfunction();

//fatherloadfunction();父类加载的方法js

Near_wen | 园豆:11 (初学一级) | 2010-09-29 10:49
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册