473,416 Members | 1,506 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

hiding/changing window status

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.

Apr 12 '06 #1
2 1597
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
--
remove blah to email me
Apr 12 '06 #2
Thanks guys. Learned something new today!

Apr 12 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Bob Weiner | last post by:
What is the purpose of hiding intead of overriding a method? I have googled the question but haven't found anything that makes any sense of it. In the code below, the only difference is that...
0
by: Sydem | last post by:
I have a classic ASP site that I'm converting to ASP.NET 2.0 using VS 2005 Beta 2 with the VB.NET language. In my classic ASP web app I use a custom Javascript that creates a menu "control". In...
7
by: Dennis | last post by:
I have a class named myclass that inheirits from "baseclass". There is a property of "baseclass" that I don't want exposed in the IDE. The MSDN documentation says" "A derived type can hide an...
4
by: somaskarthic | last post by:
Hi In a php script , i'm passing some values as parameter in anchor tag attribute. e.g <a href = "test.php?id=110&name=xyz&sno=oo8s7"... On mouse over this link , these values are displayed in...
4
by: RCHutch | last post by:
I would like to prevent the URL from appearing on the status bar when a user holds the mouse down on top of it. I am already using: oncontextmenu="window.status=''; return false" ....and...
4
by: Jon | last post by:
Hi, I am calling the function showpopupWindow(item) to open and write a popup window. When testing in IE6 locally the popup window displays my text in both the title and status bars but when...
2
by: mike.a.rea | last post by:
I am able to hide the URL of my link in the Window Status using <a href="link" onMouseOver="window.status=' ' ; return true;" > However the linked page take a second or two to load, it is a JSP...
4
by: gubbachchi | last post by:
Hi all, Please anybody help me solve this problem. I am stuck up with this from past 2 weeks. I am developing an application where, when the user selects date from javascript datepicker and enters...
27
by: matt | last post by:
Hello group, I'm trying to become familiar with the information hiding design rules, and I have a lot (3) of questions for all you experts. AFAIK, a generic module has 2 files: ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.