注册 登录
编程论坛 JavaScript论坛

请教 javacript如何获取jsp页面中多个name部分相同的text数据

kelly123 发布于 2012-03-07 09:11, 384 次点击
javacript如何获取jsp页面中多个name部分相同的text数据

如:
<td><input type="text" name="text1" size="40" value="11"></td>

<td><input type="text" name="text2" size="40" value="12"></td>

<td><input type="text" name="text3" size="40" value="21"></td>

<td><input type="text" name="text4" size="40" value="22"></td>
获取name中包含text的input


谢谢.
0 回复
1