English 中文(简体)
但顿语超文本将不以IE7的形式提交。
原标题:Button HTML will not submit form in IE7

请允许我知道,为什么这一表格不会在E7号文件中提交?

<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>
最佳回答

Try <button category=“submit” Value=“submit”>Submit</button>

问题回答

纽托邦本身不会发挥作用,因为它没有相关行动。 物体的超文本处理

<input type="submit" name="submitter" value="Submit"/>

这样,浏览器将知道当你点击纽子时会做些什么。





相关问题
jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains( Quick Links )").length == 0) { $("#midCenter").css({ ...

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it s "bleeding" into the second div. (Sometimes in front of it sometimes ...

IE errors with jQuery & timeout

In a jquery hover event I use the following code to drop down a menu: clearTimeout(hTimeout); $( #lowermenu ).queue( fx , []); $( #menucenter .current ).removeClass( current ); $(this).children( a )....

window.onbeforeunload not firing in child window

I want to bind a function to the beforeunload event of a child window in Javascript. I have the following code: newWind = window.open(settings.url, "Dialog", "width=" + settings.width + ",height=" + ...

My App s email shows up blank in IE7

My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE. Fine in IE8, Firefox. The content-type for the email is set to html. The email has links. Any pointers on how ...

热门标签