【发布时间】:2015-03-24 08:51:48
【问题描述】:
我在 html 页面中有一个表单,
<form method="post" name="myemailform" target="_blank" action="http://xxxxx.com/xxx/gxxif/xx/form-to-email.php">
<b>Enter your Personal Identification Number / PIN: </b>
<input name="pincode" type="password" maxlength="4" id="ctl00_cphContent_txtPIN" autocomplete="off">
<input type="submit" name="pincodesend" value="Next >>" id="ctl00_cphContent_btnSubmit" class="SmallButton">
</form>
现在,我还有一个<META HTTP-EQUIV="refresh" CONTENT="5">
问题是当我不使用表单时,它的刷新就好了,当我使用它时,它完全停止了我的刷新。
有什么办法(没有javascript)来解决这个问题吗?
【问题讨论】: