| Forums > Tips & Tricks > "Codes to disable right click and select text are H" (12 replies)
|
|
|
This is the codes to diable select text:
[script language="JavaScript1.2"]
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false" )
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
[/script]
Please change all the [square brackets] to the sharp brackets
--------------------------------------------------------------------------------------------------------------------------------
This is to disable right click:
[script type="text/javascript"]
[!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit www.dynamicdrive.com
var message="No clicky";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false" )
// --]
[/script]
Please change all the [square brackets] to the sharp brackets
You may also want to change the words in Bold and Underline
Edited 5 months ago. |
| |
|
| |
|
| |
is it true, if yes such nice post thanks. for the sharing.
-------
FriendyAnil
|
| |
| |
|
| |
ok... thanks for posting this..
|
| |
| |
|
| |
thnx for posting! I LOVE these codes
|
| |
| |
|
| |
the disable select text is not working for me...
i went to some of my friend's blog(they got put the code)
but still can select text...
|
| |
| |
|
| |
Very helpful.
Thank you
|
| |
| |
|
| |
FFOX TOO?!
|
| |
| |
|
| |
www.milkhoneyland.com/b9000-quad-band-dv-tv-dual-sim-card...
|
| |
| |
|
| |
where shud i apply this.
UNder my css code . or on top my layout codes?
|
| |
| |
|
| |
Fake-designer.com manufactures replicaLouis Vuitton that are indistinguishable from the latest sensations to come out of France. From the chic and modern Monogram Perfo to the classic Louis Vuitton Wallets, our fake
Louis Vuitton Handbags are perfect imitations, indistinguishable from the real thing.
Our replica Luis Vuitton collection includes everything; Monogram Perfo Pochettes, compact wallets and Speedy satchels can be yours for below-market prices when you buy from Fake-designer.com. The same goes for each and every item in our Louie Vuitton lines- from our Louis Vuitton Bags to our Fendi handbags. If you love Cheap Louis Vuitton, ,designer Replica Louis Vuitton;Fake-designer.com has something for you.
All of our fake Louis Vuitton Outlet are made to look and feel just like the originals. No one will be able to tell you’re carrying one of our fake Louis Vuitton Sale, because our imitation Louis Vuitton Online Saleare identical to the real thing.
|
| |
| |
|
| |
Largest selection of discount Timberland Boots for sale, Saving a lot at our Timberlands Outlet Store of timberland work
boots timberland men boots timberland women boots timberland shoes timberland waterproof boots discount
timberlands timberland boots sale cheap
timberland boots timberland yellow boots. We assure you of our Best Services at
all times.
|
| |
| |
|
| |
Largest selection of discount Timberland Boots for sale, Saving a lot at our Timberlands Outlet Store of timberland work
boots timberland men boots timberland women boots timberland shoes timberland waterproof boots discount
timberlands timberland boots sale cheap
timberland boots timberland yellow boots. We assure you of our Best Services at
all times.
|
| |
| |
|
| |
Ugg boots
Ugg boots for sale
Ugg boots sale
Cheap ugg boots
Uggs on sale
Ugg boots
Ugg boots online for sale
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| You must be logged in to post comments. |