0

我已经为此工作了几个小时,但无法弄清楚。我的网站上有一个提交按钮。当有人按下提交按钮时,我希望打开一个新窗口以及打开一个新页面的页面。这就是我到目前为止所拥有的。它将当前页面打开到我想要的页面,但不会打开新窗口。有人可以帮助我清理它以使其正常工作吗?谢谢你。

<form id="header-box-form" action="” method="get">

<input type="text" onkeypress="return submitenter(this,event)" maxlength="10"   size="16" id="zipcode" name="zipcode" tabindex="1">
<input onmouseover="this.src='http://www.annuitiesrates.org/pictures/orng_btn02.png';"

   onmouseout="this.src='http:// www.annuitiesrates.org /pictures/orng_btn01.png';"

   onclick="newWindow('https://quotes.usinsuranceonline.com/annuitycontact.php','window2');window.open('http:// www.annuitiesrates.org/test.html','_self',' ')"

                          src="http:// www.annuitiesrates.org/pictures/orng_btn01.png"
                          type="image">

</form>
4

0 回答 0