假设您以HTML表单创建向导。一键向后退,一键向前。由于当您按下时,后退按钮首先出现在标记中Enter,它将使用该按钮提交表单。
例:
<form>
<!-- Put your cursor in this field and press Enter -->
<input type="text" name="field1" />
<!-- This is the button that will submit -->
<input type="submit" name="prev" value="Previous Page" />
<!-- But this is the button that I WANT to submit -->
<input type="submit" name="next" value="Next Page" />
</form>
我想确定当用户按下时使用哪个按钮提交表单Enter。这样,当您按下Enter向导时,将移至下一页,而不是上一页。您是否必须使用tabindex
此功能?
慕侠2389804
婷婷同学_
慕桂英546537