日期:2014-05-17  浏览次数:20686 次

一个提交后打开新窗口的问题
<form   action= "123.asp "   method= "post ">
  <input   type= "text "> </td>
  <input   type= "sumbit "   vale= "ok ">
</form>


不知道要加什么代码成能使123.asp是在新的IE窗口打开

类似:
<a   href= "123.asp   target= "_blank "> 123 </a> 的新窗口

望大侠给个提示   3q

------解决方案--------------------
<form action= "123.asp " method= "post " target= "_blank ">