用showModalDialog弹出页面后,提交表单总是弹出一个新窗口

  解决在自身可以用iframe

  也可以在自身使用

  <base target = "_self">

  然后 window.close();

  提交到父窗口可以改变target