浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
HTML中Select不用Disabled实现ReadOnly的另类实现. 

<select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()" onmouseout="this.releaseCapture()">
<option>1</option>
</select>
posted on 2007-04-18 16:24  浙林龙哥  阅读(4631)  评论(2编辑  收藏  举报