|
I thought that I would post this page in the hopes of helping you
to be successful with meeting the ever growing list of scripting needed to
protect your adoption pages and getting them installed correctly. I have a few
adoption requests that I can't fill because there are no scripts installed or
they are installed incorrectly. I decided to put the scripts in one place as
well as providing a couple of tips that might help. Here are The 3 Scripts That you MUST have!! No Right Click: Directions: Simply add the following code between the <BODY> and </BODY> tags of your web page:
Disable Image Toolbar: Directions: Insert the following META tag between the <head> and </head> tags of your page. Doing so will disable the toolbar for all images on the page:
Disable Drop and Drag Meta Tag: Directions: Insert the following META tag between the <head> and </head> tags of your page. Doing so will not allow your graphics to be saved by dragging to the desktop:
No Text Select:
Something I've Noticed. :o) I have noticed that
some graphic
artists are requiring that web pages where their graphics are used have
the meta tag installed that prevents Search Engines from spidering web pages for
graphics. Google as you know has an image search just for finding images.
I DO NOT REQUIRE this meta tag, but it is here for your
information. It is another easy one.
All the scripts shown above with the EXCEPTION of the "No Right Click
Script" are to be added between the <head> and </head> tags on your pages. <body background="images/backgroud01.gif" marginheight="0" marginwidth="0" topmargin="35" bottommargin="35" rightmargin="0" leftmargin="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false"> The part of the above line that we are interested in is the section with these words: oncontextmenu="return false" onselectstart="return false" ondragstart="return false" . If you add this code to the end of your body style line, you DO NOT need to insert the DISABLE DROP AND DRAG meta tag or the DISABLE IMAGE TOOLBAR meta tag. Also, if you like to use the NO TEXT SELECT code, you will not have to insert the additional code for that either!!! It works and I really like it. Most of you have probably known this for a long time, but I just found it out this weekend (November 13, 2005).
I know that it might look a little overwhelming, but it doesn't
take very long to install your scripts and once they are installed, you don't
have to worry about it! I hope that this information has been of some help to
you. If you have any questions or problems, don't hesitate at all to email me! I
will be glad to help if I can. |