码迷,mamicode.com
首页 > Web开发 > 详细

JSP 中 HTML 下拉列表,默认显示已经选中过的值

时间:2015-08-25 21:20:08      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:

<td style="width: 300px">状态查询
<select name="status">
<option value="a" <c:if test="${status == ‘a‘}">selected</c:if>>请选择</option>
<option value ="b"<c:if test="${status == ‘b‘}">selected</c:if>>发送成功</option>
<option value="c"<c:if test="${status == ‘c‘}">selected</c:if>>等待发送</option>

</select>

JSP 中 HTML 下拉列表,默认显示已经选中过的值

标签:

原文地址:http://www.cnblogs.com/jessi/p/4758374.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!