用JS onpaste事件禁止向控件粘贴内容 30 November 2009 23:39 Monday by 小屋 浏览(2775)

<input name="mobileNo1" class="width150px" tabindex="2" type="text" maxlength="11" value="" onpaste="return false;"/> 

onpaste Event

Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.

Platform Support
IE   Netscape   Mozilla       Opera   Safari
4.0+   no             no     no             1.0+

当用户从系统剪贴板粘贴数据、传输数据时,激活此事件。

阅读全文>>