WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Disabling Image Toolbar in Internet Explorer 6+
Categories : Browsers, Meta Tags, Tip Click here to Update Your Picture
Joyce Babu
Date : Jul 11th 2006
Grade : 1 of 5 (graded 1 times)
Viewed : 3338
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Joyce Babu
Action : Grade This Code Example
Tools : My Examples List

 
Like this code?
Show the author your appreciation.
Submit your own code examples 
 

"Image Toobar" is a feature in IE6+ facilitating the handling of images on a page. When the mouse pointer is moved over a picture, the Image Toolbar appears in the top left corner of the image, allowing the instant saving, printing, and emailing of the picture. Fortunately IE allows the publisher to disable this feature. (Disabling the Image Toolbar cannot guarantee you that your image is safe from manipulation)

To disable Image Toolbar completely for all images on a page insert the metatag :

<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

Setting it to "yes" enables the toolbar for all images on the page(This is the default value).
In case you want to enable/disable the toolbar only for a particular image then insert the attribute GALLERYIMG to the image tag :

<img src="images/my-image.gif" GALLERYIMG="no">




complete sql to html table class.features filtering, forming variable declaration,editing,hidden params.inspired from class html_table in example table.php but bad thing it is PHP4 beta 2!! and sybase only
Categories : Databases, HTML and PHP, Arrays, Browsers, Sybase
Single Quotes vs Double Quotes in PHP
Categories : PHP, Syntax, Tip
How to make IE open more than the 2 default connections to a server?
Categories : Browsers, General
How to force the user to download a file instead of opening it up in an controlled environment within the browser (i.e. MS Word/Adobe Acrobat)
Categories : Browsers, PHP, HTTP
Differences between two files
Categories : PHP, Filesystem, Tip
Warning: Page has expired
Categories : Browsers, WinNT
uaa
Categories : Apache, Apache, Browsers, Calendar
Browser Detection, Redirection Type, MSIE, MOZILLA, Netscape Navigator, NS, $HTTP_USER_AGENT, HTTP_USER_AGENT
Categories : PHP, HTTP, Browsers, HTML and PHP
Get your browser details using javascript
Categories : Java Script, Beginner Guides, Browsers
Most of the browsers, especially Internet Explorer, behave in different ways. Hence it become necessary to use Browser detection to fix the non standard behavior of the browser. This is a browser sniffer class that can be used for the above purpose.
Categories : PHP, PHP Classes, Browsers
Use HTTP_USER_AGENT for redirection to a page if the browser is Internet Explorer or another page if it is another browser.
Categories : PHP, Browsers
Bouncing Marquee at Status Bar
Categories : Java Script, HTML, Browsers
Flash Your Message at Status Bar
Categories : Java Script, Browsers