[Javascript] status bar

Michael Mehlmann mailing_list at gmx.at
Wed Aug 8 02:20:11 CDT 2001


> Can somebody please help me with this. I have a link on my page that
> accesses a page on an external server. Therefore, whenever that link is
> clicked, the status bar displays a message which says, "connecting to site
> xyz.com". How do I stop that message coming in the status bar?

your link has to look something like:
<a href="http://externallink.com/dir/file.html'
onMouseOver="self.status='Showthis'; return true" onMouseOut="self.status=''; return true">

hth
michi

-- 
Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne
Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung!
http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a




More information about the Javascript mailing list