`
nishizhen
  • 浏览: 154396 次
  • 性别: Icon_minigender_1
  • 来自: 哈尔滨
文章分类
社区版块
存档分类
最新评论

HTML中Select不用Disabled实现ReadOnly的另类实现

阅读更多

[code]
<html>
<body>
<select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()" onmouseout="this.releaseCapt...
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics