OT: Preventing URL Display in Status bar

2002-11-17 Thread Srimanta
Hello Forum, Is there a way to stop the status bar from displaying the URL / path when the pointer is over a hypertext link on a website. I remember reading an article somewhere (probably in this forum) some time back but now cant find it. Any Help would be much appreciated. Regards, Srimanta

RE: Preventing URL Display in Status bar

2002-11-17 Thread Steve Reich
Is there a way to stop the status bar from displaying the URL / path when the pointer is over a hypertext link on a website. Use JavaScript a href=index.cfm?fuseaction=home onmouseover=window.status='Click for home page...'; return true onmouseout=window.status=''; return trueHome/a .

Re: Preventing URL Display in Status bar

2002-11-17 Thread Srimanta
Thanks Steve. Srimanta http://www.digitalshop.co.nz - Original Message - From: Steve Reich [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 8:38 PM Subject: RE: Preventing URL Display in Status bar Is there a way to stop the status bar from displaying