JSP修改的时候下拉框显示对应的值 怎么写
2016-08-23 · 知道合伙人软件行家
关注
展开全部
<td width="30%" style="padding: 5px;">请选择要借用的设备:</td>
<td width="70%">
<html:select property="deviceID" styleId="deviceID" onchange="select()">
<html:options collection="deviceList" property="deviceID" labelProperty="deviceName"/>
</html:select></td>
</tr>
<tr>
<td width="15%" style="padding: 5px;">库存数量:</td>
<td width="30%"><html:text property="kcsl" size="12" disabled="disabled"/></td>
在选择下拉框中的选项时,在文本框中获取到该设备的库存量
<td width="70%">
<html:select property="deviceID" styleId="deviceID" onchange="select()">
<html:options collection="deviceList" property="deviceID" labelProperty="deviceName"/>
</html:select></td>
</tr>
<tr>
<td width="15%" style="padding: 5px;">库存数量:</td>
<td width="30%"><html:text property="kcsl" size="12" disabled="disabled"/></td>
在选择下拉框中的选项时,在文本框中获取到该设备的库存量
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询