Javascript Essentials Part 2
Nov 1, 2008 Essentials, Javascript
Disable Image Toolbar script
Use the following script in meta tags in head. It disable all images tool bars in web page document.
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
OR
Use inside the particular image(s), add the following one attribute like following:
<img src="test.gif" GALLERYIMG="no">
Related Posts
Tags: essential, Javascript, list, most wanted, scripts
Try Random Style!
Leave a Reply