Listed here are the main scripts that most adoption shoppe and graphic shoppe owners require. If you do not have these scripts in place, they have the right to not grant you use of their graphics because it does violate their terms of use. I have also included other useful ones for a neater appearance on your pages.
To obtain these scripts highlight the text in black with your left button on your mouse, continually pressing down on the button until you have all that you need selected, then somewhere in the area that you have selected, right click to bring a drop down menu in view. Select copy and then paste the text into your html editor ( I prefer Notepad ).
< = <
<-----This is the NRC ( no right click ) script that is required by all shoppes. It disables the right click function that you are using to get these scripts. ----->
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com)
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(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=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<-----This script disables the "toolbar" that appears in Internet Explorer when you hold your mouse over a graphic. This toolbar enables an easy way to save or print the image. Another required script.----->
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<-----This script disables the ability to highlight text and images and copy them to editors. Some shops do require this one. ----->
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://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>
<-----This script prevents the image to be clicked and dragged into the address bar. This is another required script. There are three different versions because some browsers do not recognize one or the other. I use all three just to make sure. ----->
<span onfiltered="return false;" onfiltered="return false";>
<span oncontextmenu="return false;" ondragstart="return false";>
<oncontextmenu="return false">
<ondragstart="return false">
<onselectstart="return false">
<-----This script removes the ugly line that appears under all your links. It's not required, but it's an appearance preference. ----->
<style>
<!--
/*
Text Link Underline Remover Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
a{text-decoration:none}
//-->
</style>
<-----This script is not required by any shoppes, but because I use frames, this does hide my file names and page names in the status bar. It's a nice security script. ----->
<script>
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
<----- These are handy little scripts to keep robots from "doing their thing" with your pages. The last prevents cacheing. They aren't required, but are nice to use. ----->
<META NAME="ROBOTS" CONTENT="NOARCHIVE">
<META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META NAME="GOOGLEBOT" CONTENT="NOSNIPPET">
<META NAME="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="Pragma" content="no-cache">
> = >
If you are a shoppe that would like to link to this page, feel free, that is what it is here for. If you are in search of a particular script, try Dynamic Drive, they always have the most up to date, reliable scripts. That is where some of these came from. Lissa Explains It is also a good source, especially if you are a beginner.
If you have any questions about these scripts or would like to let me know that you are going to link to the page, drop me a line @ mysticpointedesign@yahoo.com