javascript thread: display of the link at the bottom of the screen when the user moves the mouse over a hypertext link
That is correct. But I don't think you will ever be able to do that directly.
You could write a function that overrides the default behaviour of the
right click, but IMO this is not very friendly.
Besides, people could always viw the source.
Imar
At 01:08 PM 9/22/2000 -0500, you wrote:
>But these solutions do not hide the URL if one right-clicks and views
>properties
>
>CFB
>
> > -----Original Message-----
> > From: Imar Spaanjaars [mailto:Imar@S...]
> > Sent: Friday, September 22, 2000 12:08 PM
> > To: javascript
> > Subject: [javascript] Re: display of the link at the bottom of the
> > screen when the user moves the mouse over a hypertext link
> >
> >
> > Yes, andd the following code to your A HREF:
> >
> > OnMouseOver="self.status=' '; return true"
> >
> > Imar
> >
> >
> > At 05:06 PM 9/22/2000 +0100, you wrote:
> >
> > >Hi,
> > >
> > >As all you know if you have a hypertext link on your HTML page, when the
> > >user moves his/her mouse over that link, the text of that link appears at
> > >the bottom of the browser. If you call a Javascriptfunction from that
> > >link, it displays the function name and the parameters. What I
> > want to do
> > >is to block this text. I don't want anything to appear at the bottom of
> > >the screen when the user moves the mouse over any links. Is there a
> > >method that takes care of this problem?
> > >Any help is appreciated.
> > >
> > >thanks
> > >