首先提交,返回到另一页,另一页的内容主要如下:
<form name="form" action="父窗口页面" target="父窗口框架名">
</form>
<script>
alert("信息提交成功!");
form.submit();
window.close();
</script>