博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

html input 自动转换成大写

Posted on 2014-04-20 16:27  钟悍  阅读(1264)  评论(0)    收藏  举报

<input name="t1" type="text" style="text-transform:uppercase;"  onkeyup="this.value=this.value.toUpperCase()"/>