gpt4 book ai didi

forms - 按钮HTML不会在IE7中提交表单

转载 作者:行者123 更新时间:2023-12-04 13:24:47 25 4
gpt4 key购买 nike

谁能让我知道为什么该表格不会在IE7中提交?

<form id="orderform" name"orderForm" action="http://www.mydomain.com/secure/delivery-details.html" method="post">
<a id="add">+</a>
<table id="ordertable" width="533" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr class="titles">
<td style="width:100px">Code (e.g 66203)</td>
<td style="width:100px">Mtrs (e.g 10)</td>
<td style="width:100px">Order Line Ref.</td>
<td>Image</td>
</tr>
<tr class="item">
<td class="prodcode"><input type="text" name="prodcode[]" id="prodcode" class="trigger" /></td>
<td class="meterage"><input type="text" name="meterage[]" id="meterage" /></td>
<td class="orderlineref"><input type="text" name="orderlineref[]" id="orderlineref" /></td>
<td class="imgsample"></td>
</tr>
</tbody>
</table>
<button type="button" value="submit">Submit</button>
</form>

最佳答案

试试<button type="submit" value="submit">Submit</button>

关于forms - 按钮HTML不会在IE7中提交表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5156044/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com