473,770 Members | 2,104 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FF !window.status

Firefox is not respecting window.status, examples in this pg
http://www.csua.berkeley.edu/~jgwang/jsform02.htm
are ignored by Firefox.. why is this.. is there a solution.. thank you..

Frances
Feb 19 '06 #1
19 3761
Frances said the following on 2/19/2006 3:58 PM:
Firefox is not respecting window.status,
Actually, it does. It prevents people from changing the status bar and
letting the status bar be used by the UA for what it was intended -
status of the page.

examples in this pg
http://www.csua.berkeley.edu/~jgwang/jsform02.htm
are ignored by Firefox..
As it should be.
why is this..
See above.
is there a solution..
Yes. Instead of attempting to hijack my status bar, put a div on the
page for extra information, or the title attribute, or.....
thank you..


And thank you for leaving my status bar alone.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 19 '06 #2
Frances wrote:
Firefox is not respecting window.status,
Yes, it is.
[...] why is this..
There is a preference checkbox that can be unchecked (and is probably
unchecked by default) to prevent client-side scripts from changing the
status bar text. This preference is also available for Mozilla Suite
and a number of other user agents. It is because the status bar usually
displays far more useful information compared to what script kiddies
(the irresponsible and largely incompetent type of script programmers)
want it to display.
is there a solution..


Enable the preference.

This is not about /your/ Firefox? Tough luck.
PointedEars
Feb 19 '06 #3
Randy Webb wrote:
Frances said the following on 2/19/2006 3:58 PM:
Firefox is not respecting window.status,

Actually, it does. It prevents people from changing the status bar and
letting the status bar be used by the UA for what it was intended -
status of the page.

examples in this pg
http://www.csua.berkeley.edu/~jgwang/jsform02.htm
are ignored by Firefox..

As it should be.
why is this..

See above.
is there a solution..

Yes. Instead of attempting to hijack my status bar, put a div on the
page for extra information, or the title attribute, or.....
thank you..

And thank you for leaving my status bar alone.


I think it's kind of stupid to have a window on which it always "DONE"
at the bottom w/o being able to change it.. but oh well... thank you for
yr response..
Feb 19 '06 #4
Frances wrote:
Randy Webb wrote:
Frances said the following on 2/19/2006 3:58 PM:
Firefox is not respecting window.status,

Actually, it does. It prevents people from changing the status bar and
letting the status bar be used by the UA for what it was intended -
status of the page.
[...]


I think it's kind of stupid to have a window on which it always "DONE"
at the bottom w/o being able to change it.. [...]


You did not understand. The status bar is to display status information
about the window (and the document it shows). For example, if I would move
the mouse pointer over a visible hyperlink, it would display the URI of the
linked resource, and if I clicked the hyperlink, it would display the load
status of the target document (before it is showing it). The status bar
does not necessarily display "DONE" all the time, provided that there is
even a status bar. In fact, if there is a status bar, "DONE" is what it
rather displays least of the time. Observe yourselves more closely when
web-browsing and you will probably see this to be true.

There are undoubtedly reasonable approaches to modify the status bar text
but the other approaches have been used much more on the Web by the people
I described in my other posting, with rather disturbing effects to
usability. Hence the existence of the preference (in Firefox
1.5.0.1/Linux: Edit, Preferences, Content, [x] Enable JavaScript, Advanced,
Allow scripts to: [x] Change status bar text), and the fact that it is
probably unchecked by default.
PointedEars
Feb 19 '06 #5
Frances wrote:
Randy Webb wrote:
And thank you for leaving my status bar alone.

I think it's kind of stupid to have a window on which it always "DONE"
at the bottom w/o being able to change it


It isn't. I point at a link, it shows me where that link goes.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Feb 19 '06 #6
BTW: IE7 is doing the same.

Feb 20 '06 #7
caston said the following on 2/20/2006 5:37 AM:
BTW: IE7 is doing the same.


"doing the same" as what?

Please quote what you are replying to.

If you want to post a followup via groups.google.c om, don't use the
"Reply" link at the bottom of the article. Click on "show options" at
the top of the article, then click on the "Reply" at the bottom of the
article headers.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 20 '06 #8
caston wrote:
BTW: IE7 is doing the same.


oh man.. that's just grand!....;)

(btw, is it true IE7 will not work in Win 2000?)

Feb 20 '06 #9
Frances said the following on 2/20/2006 12:34 PM:
caston wrote:
BTW: IE7 is doing the same.


oh man.. that's just grand!....;)

(btw, is it true IE7 will not work in Win 2000?)


Yes, it is true according to MS but what MS says is like the wind in a
windstorm. It's apt to change at any minute.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 20 '06 #10

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

Similar topics

8
4727
by: mark4asp | last post by:
Why won't the window.status message change ? IE ver. 6.0.2800.1106 displays the tooltip OK. <td> <A HREF="editAuthor.asp?item=4" title="Edit author details" onMouseOver="window.status=this.title" onMouseOut="window.status=''">Micky Mouse</A> </td>
12
9381
by: Steve | last post by:
hey guys, i have been searching around... and it seems that the below code is good for a SINGLE PAGE. <BODY BGCOLOR=white onMouseOver="window.status=' something ';return true"> but... i have TONS of pages, and instead of going to each page and
2
2368
by: Mark Pappert | last post by:
Hi, I am trying to determine whether the status bar is visible or not .. is there a method to check the state? I did a google search and found info re: window.status.visible but it returns undefined?! Has it been deprecated? Thanks for any info! Cheers!
8
7984
by: Mark | last post by:
There are no problems with the following image loading code fragment and window.status assigments/updates in IE but in Firefox window.status fails to update. Any suggestions? (function imageLoader() { for (i=0; i <= 358; i+=2) { imgSRC = 'cue'+i+'.gif'; cues = new Image(); cues.cnt = 0; cues.onload = imagesToLoad(i);
1
1561
by: Jason | last post by:
Hi when you hover over a LinkButton, the window status text changes. e.g. javascript:__doPostBack('lnkNextBottom','') how do i change it so that it does not display this text? i have tried onmouseover="window.status='text';" and onmouseover="window.defaultStatus='text';" but both do not work. it still shows the e.g. text above.
0
1174
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 converting to ASP.NET 2.0, I'm using the Menu control provided within the framework. Everything is working well except for changing window status. In the classic ASP app I use a onLoad in the Page tag the sets window.status="Whatever". Then when...
2
1631
by: Xerxes | last post by:
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.
3
4222
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? ----------------------------------------------------------------------- When changing the status in an event (e.g. onmouseover) you should return true from the event. Also a number of browsers require a short delay before setting the status to overcome their default behaviour with the...
1
5226
by: RobertTheProgrammer | last post by:
Hi all, I have a perplexing problem here. I've developed some software using ASP.NET with C# in the code behind. I've been setting the "window.defaultStatus" in the code behind to send messages in the status bar to the user about their last actions (page loaded successfully, record stored successfully, etc.) I've been setting the "window.status" message with the JavaScript "onmouseover" event for various actions on the screen (click here...
0
9591
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10228
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10057
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10002
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9869
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7415
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6676
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3575
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.