Home arrow Blogger Tips arrow Disable Text Selection Script
Disable Text Selection Script PDF Print E-mail
 
Written by Administrator, on 26-02-2008 20:28
Editor's rating
Average user rating    (1 vote)
Views 604    

This script will disable text selection at your website or blog. I have tested the script in Blogspot.com. Thank you to DynamicDrive.com

01. Go to your Blogspot dashboard

 

02. Choose Layout > Click Page Elements tab > Add Page Elements.

howtoputscript.jpg

 

03. Choose HTML/Javascript > Paste the "Disable Text Selection" script in the text box. (Right Click> View Image: To enlarge the image).

step2.jpg

04. Save and View Blog. Then, Test it! Good Luck!


Disable Text Selection Script 

<script type="text/javascript">

/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
    target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
    target.style.MozUserSelect="none"
else //All other route (ie: Opera)
    target.onmousedown=function(){return false}
target.style.cursor = "default"
}

disableSelection(document.body) //Disable text selection on entire body;

</script> 

 

Last update: 13-04-2008 21:44

Quote this article in website Favoured Print Send to friend Related articles Save this to del.icio.us

Users' Comments (1) RSS feed comment
Posted by sitiazma, on 26-02-2008 15:14,
1. The Perfect Script
This is a perfect script to e-novelis. 8)
 
» Report this comment to administrator
» Reply to this comment...

Add your comment



mXcomment 1.0.6 © 2007-2008 - visualclinic.fr
License Creative Commons - Some rights reserved
Next >

Login Form






Lost Password?
No account yet? Register

Who's Online

Statistics

Visitors: 102639

[+]
  • Narrow screen resolution
  • Wide screen resolution