1. 刷新父窗口
a opener.parent.refresh()
b opener.location.relaod()
c window.opener.location.href = window.opener.location.href;
d Page.RegisterStartupScript("","<script>window.showModalDial('scr,'','scroll:0;status:0;help:0;resizable:0;dialogWidth:530px;dialogHeight:350px');document.forms(0).Button2.click();</script>";);
posted on 2007-01-16 17:13
cpsing 阅读(400)
评论(0) 编辑 收藏 所属分类:
Java基础