Dec 26, 2002 #1 vinayak Technical User Sep 17, 2001 50 IN Hi, Is there some means by which I can add status bar messages for hyperlinks in NS 6 and above? Thanks in advance.
Hi, Is there some means by which I can add status bar messages for hyperlinks in NS 6 and above? Thanks in advance.
Dec 27, 2002 #2 Quasibobo Programmer Oct 11, 2001 168 NL This is working fine for me: <A href="file.html" onmouseover="window.status='My statusbar-message over here'; return true; "onmouseout="window.status=''; return true;">Link to File</a> Quasibobo Don't eat yellow snow! Upvote 0 Downvote
This is working fine for me: <A href="file.html" onmouseover="window.status='My statusbar-message over here'; return true; "onmouseout="window.status=''; return true;">Link to File</a> Quasibobo Don't eat yellow snow!
Dec 27, 2002 Thread starter #3 vinayak Technical User Sep 17, 2001 50 IN Hi, I have NS 6.2 on Win 2k, I'm getting just "//file.html" on on status bar. Please comment on it. Thanks, Vinayak Upvote 0 Downvote
Hi, I have NS 6.2 on Win 2k, I'm getting just "//file.html" on on status bar. Please comment on it. Thanks, Vinayak