473,785 Members | 2,829 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
19 3762
JRS: In article <jZ************ ********@comcas t.com>, dated Sun, 19 Feb
2006 16:03:32 remote, seen in news:comp.lang. javascript, Randy Webb
<Hi************ @aol.com> posted :
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.

That's a Lahnish attitude.

There are two sorts of status; that provided by the system and that
provided by the programmer. Since that provided by the system can be
useful, it should not be overwritten gratuitously; but, if the
programmer considers other material more important, then that should be
shown instead.

I find it particularly appropriate to indicate progress of a long
calculation :-
for ( Y=y1 ; Y<=y2 ; Y++ ) { if (!(Y%100)) window.status = Y

The traditional "Done" is overwritten; but, after the calculation,
hovering over a link still gives the usual status line, at least in this
system.

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Feb 20 '06 #11
Frances wrote:
(btw, is it true IE7 will not work in Win 2000?)


STFW. From
<URL:http://www.microsoft.c om/windows/ie/ie7/ie7betaredirect .mspx>
it looks as if that will be so:

| Internet Explorer 7 Beta 2 Preview will only run on Windows® XP Service
| Pack 2 (SP2) systems, but will ultimately be available for Windows Vista,
| Windows XP Professional x64 Edition, and Windows Server 2003.

Not a surprise to me, though.
PointedEars
Feb 20 '06 #12
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.


Internet Explorer 7 beta 2 also prevents web authors from editing the
status line.

Tools/Internet Options.../Security tab/Internet/Custom
Level.../Scripting section/Allow status bar updates via script/Disable
radio button is checked by default.

And thank you for leaving my status bar alone.


I think all major and minor browsers give absolute veto power to users
now on this editing of the status bar message.

Gérard
--
remove blah to email me
Feb 20 '06 #13
Dr John Stockton said the following on 2/20/2006 10:39 AM:
JRS: In article <jZ************ ********@comcas t.com>, dated Sun, 19 Feb
2006 16:03:32 remote, seen in news:comp.lang. javascript, Randy Webb
<Hi************ @aol.com> posted :
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.

That's a Lahnish attitude.


Given the choice between having a "Lahnish attitude" (which I don't) and
an arrogantly British attitude (which you do), I will choose mine.
There are two sorts of status; that provided by the system and that
provided by the programmer.
Well Duh! And the status bar of the browser is *not* for the status
provided by the programmer.
Since that provided by the system can be useful, it should not
be overwritten gratuitously;
Not, it should not be overwritten at all. And that is precisely why you
see more and more browsers not allowing it.
but, if the programmer considers other material more important,
then that should be shown instead.
That is the typical "I, the programmer, know more about what the user
wants than the user" and that abuse is precisely why most modern
browsers do not allow scripting of the status bar.

I find it particularly appropriate to indicate progress of a long
calculation :-
for ( Y=y1 ; Y<=y2 ; Y++ ) { if (!(Y%100)) window.status = Y
Then you need to rethink your approach as most people (that excludes
you) will never see that message. You will see it because you are using
an outdated browser and outdated thinking.
The traditional "Done" is overwritten; but, after the calculation,
hovering over a link still gives the usual status line, at least in this
system.


And considering that your system, and obviously your thinking with
regards to the status bar is ancient, it doesn't mean a whole lot.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 23 '06 #14
Dr John Stockton wrote:
[...] Randy Webb [...] posted :
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.


That's a Lahnish attitude.


"Never be afraid to cultivate your concept of the enemy.", yes? You would
never admit that a view was indeed a reasonable one if I was among those
who held it, would you?

JFYI: Again you missed the context of the request completely, or, what is
more probable, you ignored it deliberately.
PointedEars
Feb 28 '06 #15
Thomas 'PointedEars' Lahn wrote:
Dr John Stockton wrote:
That's a Lahnish attitude.


JFYI: Again you missed the context of the request completely, or, what is
more probable, you ignored it deliberately.


Why can't you stop discussing unuseful things? This consumes a lot of
bytes and I'm going to travel again in one day, it's horrible to read so
many messages :)

Just answer the question of the guy and it's over... That's so annoying,
you're always looking for idiot mistakes on idiot messages, that's loss
of time =b

"Firefox is not respecting window.status blablabla": Because setting the
window.status is disabled by default, if you want to enable it, there's
an option on your Firefox JavaScript options, [bla bla bla]. Using it
for notifications doesn't look nice and as an user I preffer a simple
tooltip :)
--
Jonas Raoni Soares Silva
http://www.jsfromhell.com
Feb 28 '06 #16
I agree with most of you to leave the status bar alone, tho if it would
be a normal page. i have <aelements in my page wich are not used as
direct link but as a text to trigger a javascript function the href in
there is just to make the mousecursor change when u move over (tho tha
can also be done tru js i know but this is easier), but the onclick
function returns false so it doesn't actually triggers the href only my
js function. the function cointains action to change content on the page
tru ajax etc. But there comes the problem, as the href is fake , i don't
want it in my windows status, i'd rather but some real info about that
link there, maybe even something usefull. so for problems like these, it
is retarded.

*** Sent via Developersdex http://www.developersdex.com ***
Dec 24 '06 #17
Ruben Decleyn escreveu:
I agree with most of you to leave the status bar alone, tho if it would
be a normal page. i have <aelements in my page wich are not used as
direct link but as a text to trigger a javascript function the href in
there is just to make the mousecursor change when u move over (tho tha
can also be done tru js i know but this is easier), but the onclick
function returns false so it doesn't actually triggers the href only my
js function.
If it's not a link, you shouldn't use the <aelement :]
But in real life when you have small deadlines due to your boss
non-sense notion of time, it's quite difficult to do everything as it
should be done, the workarounds then are welcome.
the function cointains action to change content on the page
tru ajax etc. But there comes the problem, as the href is fake , i don't
want it in my windows status, i'd rather but some real info about that
link there, maybe even something usefull. so for problems like these, it
is retarded.
The right thing to do is feed a valid URL that will make the same thing
as the JavaScript request, but if you don't have time to do it, as a
user I prefer to see the "empty link". But if your client asked you to
put the text on the status bar explaining what the link will do, do it =b
--
Jonas Raoni Soares Silva
http://www.jsfromhell.com
Dec 24 '06 #18

a quick example

a page full of links
most of them are real links , some of em are adds.
u shoudn't be able to see with the status bar if the link is an add or
not.

*** Sent via Developersdex http://www.developersdex.com ***
Dec 24 '06 #19
Ruben Decleyn escreveu:
a quick example

a page full of links
most of them are real links , some of em are adds.
u shoudn't be able to see with the status bar if the link is an add or
not.
Why? It doesn't make sense, only if you/your client wants to earn money
with ads in a bad way (deceiving the user with false links) :]
--
Jonas Raoni Soares Silva
http://www.jsfromhell.com
Dec 24 '06 #20

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
9382
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
9645
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
9480
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
10327
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
10151
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
10092
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
8973
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6740
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();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.