Categories:

Home / Free JavaScripts / Status Bar effects / Here

Cut & Paste Hide Status bar message

Credit: JavaScript Kit

Description: Use this script to hide the status bar message from appearing when the mouse moves over certain links. If you're looking to disable this message for ALL links, check out version 2 of script.

Example: Dynamic Drive (move your mouse over link)

Directions

Step 1: Add the following into the <HEAD> section of your page:

Step 2: Inside each link you wish to mask the status bar message, add the below onMouseover code into it as follows:

<a href="http://www.dynamicdrive.com" onMouseover="return hidestatus()">Dynamic Drive</a>


JavaScript Tools:
Site Info


CopyRight (c) 2018 JavaScript Kit. NO PART may be reproduced without author's permission. Contact Info