Javascript Essentials Part 2

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

Pages: 1 2 3 4 5 6 7 8


Leave a Reply