所刷新的窗口是表单post的结果页面
1.改用get递交
2.或者,递交后先返回脚本
<script>
location.replace("xxxx.asp?id=xx")
</script>
用xxxx.asp再显示该页面