<table cellpadding="0" cellspacing="0">
<tr>
<td>序号<input type="hidden" value="0" /> <%--页面状态--%>
<input type="hidden" value="1" /> <%--总行数,包括隐藏的--%>
<asp:HiddenField runat="server" Value="1" /> <%--用户可见行数--%>
</td>
<td>零件号</td>
<td>零件名称</td>
<td>数量</td>
<td>单价</td>
<td>生产厂家</td>
<td>材料来源</td>
<td>管理费</td>
<td>合计</td>
<td>操作</td>
</tr>
<tr><td>1</td><td><input ondblclick='selectLj(this)' onchange='textChange(this)' type='text' />
<input type='hidden' onpropertychange='textChange(this)' title='产品代码' />
<input type='hidden' value='1' title='内部顺序' />
<input type='hidden' value='' title='该行的Id,用来修改和删除' />
<input type='hidden' value='1' title='该行的状态' />
</td><td><input onchange='textChange(this)' type='text' /></td>
<td><input value='1' onKeyPress='onlyNumberIn1(this)' onchange='textChange(this)' type='text' /></td>
<td><input onKeyPress='onlyNumberIn(this)' onchange='textChange(this)' type='text' /><input type='hidden' value='0'/></td>
<td><input onchange='textChange(this)' type='text' /></td>
<td><select onchange='selectChange(this)' ><option value='合同件'>合同件</option>
<option value='外购件'>外购件</option><option value='备件部'>备件部</option>
<option value='厂家供件'>厂家供件</option></select></td>
<td><input readonly='true' onchange='textChange(this)' type='text' value='0.00' /></td>
<td><input readonly='true' type='text' /></td>
<td><input type='button' value='删 除' /></td></tr>
</table>
项目需要这种功能,前前后后用了几种办法,我觉得还是这种比较好(毕竟是我花了蛮多时间写的,呵呵),js不怎么熟练,希望有朋友能指点帮助改进和提高。失败的作品,不兼容FF,衰!
您可能感兴趣的文章: