EasyToLearn-PHP
This blog will help you in web designing & development like HTML,CSS, HTML5,JAVASCRIPT,PHP,MySQL
Sunday, 19 May 2013
To Prevent Copy, Cut and Paste into HTML Input Text Fields
If you want to prevent copy, paste and cut from the textbox the you should do like this....
<input type="text" name="name" id="name" onpaste="return false;" onCopy="return false" onCut="return false">
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment