CSS样式也是可以实现某些类似脚本的功能,例如今天要说的就是“禁止输入中文”,只要在CSS样式中加上以下代码就可以了:
(说明:他的真实效果是禁止切换输入法,也就是说只能输入默认输入法,那不就是只能输入英文了嘛)
<style type=text/css>body{text-align:center;width:900px;position: relative;margin:0 auto;padding:0;}</style><div style="margin-top:50px;"><textarea type="text" style="background-position: center center; background-image: url(http://www.wfuyu.com/liehuo.net/images/liehuo2009/addComent.gif); background-repeat: no-repeat;width:600px;height:400px;ime-mode:Disabled" onfocus="if(this.value=='切换输入法,在此输入中文试试...')this.value=''" title="I love Liehuo.Net">切换输入法,在此输入中文试试...</textarea></div><br /><center>如不能显示效果,请按Ctrl+F5刷新本页,更多网页代码:<a href='http://www.wfuyu.com/' target='_blank'>http://www.wfuyu.com/</a></center>提示:可修改后代码再运行!
上一篇 ISO-8859-1编码导致Apache乱码的解决办法
下一篇 网络组建基础必备:网线制作