a.htm<script>
window.showModalDialog("d.htm");
</script>b.htm<form name=c action=c.htm target="_self">
<input type=submit >
</from>c.htm
sfsdfd.htm
<iframe  src=b.htm></iframe>

解决方案 »

  1.   

    用下面的就可以了
    <%
    IF Request.servervariables("request_method")="POST" Then
    '   页面进行提交后的操作
    End IF%>
    <form name="test_form" action="<%=request.servervaiables("script_name")%>" method=post onsubmit="return check_form(this)">   <!--要不要校验你自己看,在校验成功后一定要return ture;-->
    </form>
    这样就不会出现上面的种种问题,看起来也很爽!
      

  2.   

    好象是不行的
    我也碰到这种情况,郁闷ing...
      

  3.   

    showModalDialog打开的,好像只能弹出吧!