Thread: I am furious!
View Single Post
Old 12-06-2006, 10:07 PM   #30
Shanatink
Mommy to 3 Princesses
Donating Member
 
Shanatink's Avatar
 
Join Date: Apr 2005
Location: DFW Texas
Posts: 11,030
Default

Quote:
Originally Posted by bren
Here you go:

In your html document, typically near the top, find the </HEAD> tag and paste the following script/code in just before the </HEAD> tag:

<script language="JavaScript">
<!--
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="For permission to use or copy images please contact Tinkerbell's Closet";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.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>


Hmmm, I still dont know how to do that, I use a web template so im not sure where that would go. I dont use html to build my website but I know I can use it I just have to figure out where and how.
__________________
Custom Dog Clothing Boutique www.TinkerbellsCloset.com
Shanatink is offline   Reply With Quote
Welcome Guest!
Not Registered?

Join today and remove this ad!