Disable Highlight Text
Tuesday, July 23, 2013 | 0
comments


4. Preview and save!<script type="text/javascript"> /*********************************************** * THIS IS DISABLE HIGHLIGHT TEXT SCRIPT * YOU CAN REMOVE THIS CODES IF YOU WANT * Credits http://www.dynamicdrive.com/ ***********************************************/ //form tags to omit in NS6+: var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } </script>
Good luck!

Post a Comment
• Any questions/ requests/ advices?
• Please leave some comments after read my post^^
• No harsh words please my dear 💖
• Thanks for read my post, hope useful 😊