在这里,当我点击取消按钮时,我的页面有更新和取消按钮文本框文字不清楚,如何重定向到上一页。
我的按钮:
<input type="reset" value="Cancel" name="Cancel"/>
答案 0 :(得分:0)
如何只是一个简单的重置按钮?
<form>
<input type="text" id="textfield1" size="5">
<input type="text" id="textfield2" size="5">
<input type="reset" value="Reset">
</form>
答案 1 :(得分:0)
将输入标记更改为:
print "Decimal: " + str(num/den)
如果您想在表单提交后重定向到上一页:
<input type="reset" value="Reset" onClick="window.location.reload()">