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

HTML:<input type="text">文本框不可编辑的方式

时间:2014-08-19 18:51:35      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:html   htm   ad   on   type   c   text   测试   

1、<input type="text" name="name" value="姓名" disabled />

  该方式显示的文本框内容“姓名”呈灰色显示。

2、<input type="text" name="name" value="姓名" readonly="readonly" />

  文本框正常显示,只是无法获得光标,不能编辑。

3、<input type="text" name="name" value="姓名" onfocus=this.blur() />

  文本框不可编辑,文本不能选择(在opera和360浏览器中测试)。

HTML:<input type="text">文本框不可编辑的方式,布布扣,bubuko.com

HTML:<input type="text">文本框不可编辑的方式

标签:html   htm   ad   on   type   c   text   测试   

原文地址:http://www.cnblogs.com/MercurySolar/p/3922557.html

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