我有确定表单操作的表单元素,如下所示。这很有效,除非他们在浏览器中单击后退按钮并且忘记了该操作。解决此问题的最佳方法是什么?
<label>
<input type="radio" name="proptype" id="RESI" value="RESI" checked="checked" onClick="this.form.action='?frame=TEST&base=fc';" />
Residential</label>
<label>
<input type="radio" name="proptype" id="LOTL" value="LOTL" onClick="this.form.action='?frame=TEST1&base=fc';" />
Land and Lots</label>