From: Richard B. <ric...@sk...> - 2001-07-01 07:32:45
|
Another thing, once that's working, you can also use the href property to show custom statusbar messages, without using onmouseover, onmouseout (if you don't need backward compatibility). It seems however that you *must* define a protocol, or the browser shows the whole path as well. The browser seems to check if there's a word followed by a colon (:) in which case it accepts that as a valid protocol, so this works nicely: <a href="Message: Clicking this link will open an alert" onclick=alert("hi");browserReturn=false;>click</a> Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to DynAPI2.53) visit the DynAPI homepage (and FAQ) :: http://dynapi.sourceforge.net/dynapi/index.php?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi |