有效:使用按钮时
问题是:在文本字段内按 Enter 时,默认操作似乎是提交。我只是希望它使用默认可用的按钮。这是可能的还是我必须用javascript劫持企业?
代码:
<form>
<label>Password:<input type="password" id="pass" name="pass"></label>
<input type="button" value="hämta data" onclick="getData('password.txt')"/>
</form>
有效:使用按钮时
问题是:在文本字段内按 Enter 时,默认操作似乎是提交。我只是希望它使用默认可用的按钮。这是可能的还是我必须用javascript劫持企业?
代码:
<form>
<label>Password:<input type="password" id="pass" name="pass"></label>
<input type="button" value="hämta data" onclick="getData('password.txt')"/>
</form>