标签:log style ast alt code als images 选择 bsp
某一时候我们想对文本框进行限制:
不能对其时粘贴,如密码不粘贴。
不能对其拷贝,剪切,显示在文本框中的内容不能拷贝,剪切等。
参考下面的语法:
oncopy="return false"
onpaste="return false"
oncut="return false"
标签:log style ast alt code als images 选择 bsp
原文地址:http://www.cnblogs.com/insus/p/6737015.html