hiding/changing window status

X

Xerxes

Hi,
I am trying to hide/change the window.status text when the mouse is
over the hyperlink text but it does not seem to work on Mozilla
(Firefox). Am I doing something wrong:

<a href="somefile.php" onMouseOver="window.status=''">text</a>
<a href="somefile.php" onMouseOver="window.status='sample
text'">text</a>

Thanks.
 
L

Lee

Xerxes said:
Hi,
I am trying to hide/change the window.status text when the mouse is
over the hyperlink text but it does not seem to work on Mozilla
(Firefox). Am I doing something wrong:

<a href="somefile.php" onMouseOver="window.status=''">text</a>
<a href="somefile.php" onMouseOver="window.status='sample
text'">text</a>

Yes. It seems as if the problem is that you're trying to hide
or change the window.status text. Firefox knows better than
to allow you to do that, unless the user grants permission in
their preferences.


--
 
G

Gérard Talbot

Xerxes wrote :
Hi,
I am trying to hide/change the window.status text when the mouse is
over the hyperlink text but it does not seem to work on Mozilla
(Firefox). Am I doing something wrong:

<a href="somefile.php" onMouseOver="window.status=''">text</a>
<a href="somefile.php" onMouseOver="window.status='sample
text'">text</a>

Thanks.

Firefox 1.x, Seamonkey 1.x, Internet Explorer 7 beta 2 and Opera 8+ all
allow users to disable the ability to modify the status bar text.

The status bar text is there to provide the users reliable, non-modified
information about http connection, hypertext resource location, etc...
Browser manufacturers should never allow scripters to "toy with" the
status bar text.

Gérard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,147
Latest member
CarenSchni
Top