input标签禁止输入,隐藏光标
<INPUT class="" value="" name= "" readonly onfocus="this.blur()" >
readonly onfocus="this.blur()"分别是禁止编辑和取消光标
http://www.aisun.org/
<INPUT class="" value="" name= "" readonly onfocus="this.blur()" >
readonly onfocus="this.blur()"分别是禁止编辑和取消光标