Statusbar Message Kodu
<!-- Description: When a user mouses over the link, a message appears in the browser statusbar
Browsers: Internet Explorer
Additional Information: Replace alink.html with the file you would like to link to. Replace Put something here' with the message you would like to appear in the statusbar. Replace This link displays a statusbar message on mouseover with whatever link text you would like to display. -->
<a href="alink.html" onMouseOver="window.status='Put something here';return true">This link displays a statsbar message on mouseover</a>