Switch to full style
HTML,DHTML,Javascript,XML,CSS
Post a reply

Status Bar Link Description javascript code

Sun Oct 19, 2008 11:42 pm

Are you looking for a way to spice up your links? This JavaScript code will help you do just that. You can display your link description in the status bar of your browser. When the mouse is placed over a link, the link description will be viewed in the status bar.

Copy and paste the following code into the HTML portion of your web page where you would like the link to appear:
Code:
<A HREF="http://www.domain.com" onmouseover="window.status='Your text description'; return true" onmouseout="window.status='';return true">Your linked text</a>




Post a reply
  Related Posts  to : Status Bar Link Description javascript code
 Typing Status Bar Text javascript code     -  
 How to link a c++ program with HTML code     -  
 Javascript code with Unity3D     -  
 First Visit Pop Up Window javascript code     -  
 Preloading Images javascript code     -  
 Redirect to a New Page javascript code     -  
 Reload a Window With a Button javascript code     -  
 Back to previous page javascript code     -  
 Javascript Code For Moving Images On Click Of A Button     -  
 status Progress bar     -  

Topic Tags

JavaScript Events