473,404 Members | 2,178 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,404 software developers and data experts.

status bar text problem

1. When I go to http://www.w3schools.com/js/default.asp and choose:
2. JS HTML DOM and then choose:
3. the Window object and then choose:
4. Write some text in the windows status bar ( a link)
5. Before I write the script, the IE shows current time in status bar
6. After I write the script, which writes a message on the status bar:
<script text="text/javascript>
function load()
{
window.status= "Show this text in the status bar"
}
</script>
<body onload="load()">
7. The script seems to work properly. quickly displaying the text in the
status bar
then the text disappears to be replaced by the current time again. I
cannot get the
text to appear long enough for anybody to read it. This is my problem.
I do not want
the current time to show. I just want the text that I write to show.
It's as if the
current time is hardcoded into IE. How can I get rid of the current
time and only
show the text that I want? I've done some searching for a tool that
would let me
change the options on the status bar but I have not found one. If there
is a way to change
those status bar options, please let me know.
8. When I view the W3school link (written in .ASP) the status bar shows
the text properly
and the current time does not show. This is what I want. I cannot check
myself if it
does not work to begin with...How can I get it to work?
9. Thanks for your time and patience.

Chuck
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 23 '05 #1
2 4710
Charles Mendell wrote:
1. When I go to http://www.w3schools.com/js/default.asp and choose:
2. JS HTML DOM and then choose:
3. the Window object and then choose:
4. Write some text in the windows status bar ( a link)
5. Before I write the script, the IE shows current time in status bar
6. After I write the script, which writes a message on the status bar:
<script text="text/javascript>
<script type="text/javascript">

Note its type, not text. You are also missing the closing "
function load()
{
window.status= "Show this text in the status bar"
return true;

Consulting the group FAQ, specifically section 4.35 would have answered
this for you.
}
</script>
<body onload="load()">
7. The script seems to work properly.
Considering the notes above that I made, thats incredible that it even
does anything at all. But then again, IE is not the most respectable
browser to test scripts in. It does nothing, and can never do anything,
in Mozilla because I have the statusbar blocked from being changed. Its
there for more reasons than trying to change it.

quickly displaying the text in the status bar then the text disappears
to be replaced by the current time again. I cannot get the text to appear
long enough for anybody to read it. This is my problem. I do not want the
current time to show. I just want the text that I write to show. It's as
if the current time is hardcoded into IE.
No, its not hard-coded. In fact, my IE doesn't display the time in the
status bar at all.
How can I get rid of the current time and only show the text that I want?
First, ask yourself why you want to attempt to change the basic
functionality of the "status" bar. Its there to show load progress, and
other "status" things in the browser.
I've done some searching for a tool that would let me change the options
on the status bar but I have not found one. If there is a way to change
those status bar options, please let me know.
8. When I view the W3school link (written in .ASP) the status bar shows
the text properly and the current time does not show. This is what I want.
I cannot check myself if it does not work to begin with...How can I get it to work?
Why can't you check it yourself?
9. Thanks for your time and patience.


Thank you in the future for not trying to change my status bar.

Also, you may want to look into some other mode of posting to news. The
format you are using is horrendous.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #2
Charles Mendell wrote:
[snip]
8. When I view the W3school link (written in .ASP)
This should be irrelevant - what has ASP got to do with it? Other than
infer that W3Schools may be Microsoft-centric (which they are, but
they are quite open about what works in IE only).
the status bar shows
the text properly
and the current time does not show. This is what I want. I cannot check
myself if it
does not work to begin with...How can I get it to work?
9. Thanks for your time and patience.

[snip]

I use IE on Windows XP (occasionally), it never shows the time in the
status bar. I have no idea where it is configured from - certainly
nowhere I can find. There are a number of scripts around that put a
clock in the status bar, but none persist once you leave the site.

Are you sure you haven't loaded some IE extension or ActiveX do-dad
that is putting the clock there?

Rob.
Jul 23 '05 #3

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

Similar topics

17
by: Christopher Nelson | last post by:
I have a menu tree made up of anchors inside list items in a multi-level list that includes HTML like: <ul id='xx'> <li><a href='conf.cgi' class='menu' target='main' title='Configure stuff'...
6
by: Ada | last post by:
i have a little bit of issue getting the status bar to work properly. this is what happens now. when the program loaded, the status is "READY..." the code is inside the FORM LOAD. i also...
0
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. The program I'm trying to develop needs to be able to do the following: - Select remote server -...
42
by: Greg | last post by:
Hi, I've designed a bookmark in Ajax / PHP that I will put soon on sourceforge.net. But I've got an very tricky bug. I try it on some computers with Internet Explorer/Windows, Firefox...
3
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change?...
5
by: Yash | last post by:
Hi friends, I am using AJAx to call a method on the server which sends a mail to the user. my code if(status == 200) is evaluating to false yet the mail is delivered. But because of the above...
4
by: howa | last post by:
a traditional javascript usage such as <a href="javascript:void(0)" onclick="xxx".... or <a href="javascript:doSomething()" will both show the javascript link on the browser status...
1
by: K Viltersten | last post by:
> bar.PerformStep (); I noticed that there's a property for the bar stating what time it should take for the animation to move the fill to the requested spot. I'm guessing that's the time i...
9
by: tshad | last post by:
I have a Windows App that is doing some work and then writing a "Now Processing..." line to the status line of the window as well as the Textbox on the form. But the problem is that the work is...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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
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...
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
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,...

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.