六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 132|回复: 0

IE6下select控件option的模拟禁用

[复制链接]

升级  4%

12

主题

12

主题

12

主题

秀才

Rank: 2

积分
56
 楼主| 发表于 2013-2-7 20:11:14 | 显示全部楼层 |阅读模式
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>IE6下select控件option的模拟禁用</title><script>   function deal(id) {   var s = document.getElementById(id).options;   var l = s.length;   for(var i=0; i<l; i++){   if(s[i].disabled && s[i].selected) {   s[0].selected = "selected";   break;   }   }}</script></head><body>请您选择无烟城市可以乘坐的最佳交通工具:<select id="transport" onchange="deal('transport');"><option>==请选择==</option><option>自行车</option><option style="color:#999999" disabled="disabled">奔驰</option><option>毛驴</option><option style="color:#999999" disabled="disabled">臭脚</option></select></body></html>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表