这样做到这一点---关于提交表单并刷新父窗口

父页面index.asp,点击一链接弹出modify.asp子窗口,在modify.asp中我填完数据,并提交用来更新index.asp。
要得到这种效果:
1.提交完后modify.asp自动关闭
2.index.asp自动刷新(显示最新数据)

谢谢帮助!
---------------------------------------------------------------

看看这个帖子:

http://expert.csdn.net/Expert/topic/1618/1618056.xml?temp=.3610803
---------------------------------------------------------------

Response.write "

1<body onload="opener.location.reload();self.close()">"</body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus