你会对我微笑
yanjing5462
全部博文(16)
2010年(1)
2009年(10)
2008年(5)
yangkai1
ymc4444
ciroi
msunwens
wushi300
dj_highm
少林功夫
p0o9o9p0
Lemon_乐
分类:
2009-10-13 11:09:21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> New Document </title> <style> option.disabled { color: #999; } </style> <script> function preventSelectDisabled(oSelect) { var isOptionDisabled = oSelect.options[oSelect.selectedIndex].disabled; if(isOptionDisabled) { oSelect.selectedIndex = oSelect.defaultSelectedIndex; return false; } else oSelect.defaultSelectedIndex = oSelect.selectedIndex; return true; } </script> </head> <body> <select name="Type" id="ReportName" class="textinput" onchange='return preventSelectDisabled(this)'> <option value="reportAsset"> Positions Summary </option> <option value="reportOptions"> Account Transactions </option> <option value="reportOptions"> Performance Summary </option> <option disabled='disabled' class='disabled'> Asset Allocations </option> <option disabled='disabled' class='disabled'> Options Tracking </option> <option disabled='disabled' class='disabled'> Historical Variance </option> <option disabled='disabled' class='disabled'> Portfolio Statistics </option> </select> </body> </html>
上一篇:top命令说明
下一篇:php 生成随机数
登录 注册