Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8646
| From | Dr J R Stockton <reply1147@merlyn.demon.co.uk> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Updating the Status Line |
| Date | 2011-11-25 20:26 +0000 |
| Organization | Home |
| Message-ID | <2NRyqqDzn$zOFwMX@invalid.uk.co.demon.merlyn.invalid> (permalink) |
| References | <0lbrc7pjlrnnqungodgqpqqploj5d35svi@4ax.com> |
In comp.lang.javascript message <0lbrc7pjlrnnqungodgqpqqploj5d35svi@4ax.
com>, Wed, 23 Nov 2011 18:45:03, Gene Wirchenko <genew@ocis.net> posted:
> How do I update the status line?
Because the status line can be no use for several reasons, including :
too small to be read,
off screen or under another window,
does not exist,
is not enabled,
etc.?,
ISTM wise to write the status information ALSO to an ordinary page
element. In some browsers, it will or may appear there immediately;
otherwise it may be necessary for the script to yield. But at least,
with the information being written twice, the chances of at least one
being readable are better.
I've not yet met a browser in which attempting to assign to
window,status raises an error; but, if your work is for the public, that
should perhaps be tested.
--
(c) John Stockton, nr London UK ?@merlyn.demon.co.uk IE8 FF8 Op11 Sf5 Cr15
news:comp.lang.javascript FAQ <http://www.jibbering.com/faq/index.html>.
<http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Find similar | Unroll thread
Updating the Status Line Gene Wirchenko <genew@ocis.net> - 2011-11-23 18:45 -0800
Re: Updating the Status Line "Jukka K. Korpela" <jkorpela@cs.tut.fi> - 2011-11-24 07:25 +0200
Re: Updating the Status Line Richard Cornford <Richard@litotes.demon.co.uk> - 2011-11-24 06:40 -0800
Re: Updating the Status Line Gene Wirchenko <genew@ocis.net> - 2011-11-24 11:28 -0800
Re: Updating the Status Line Dr J R Stockton <reply1147@merlyn.demon.co.uk> - 2011-11-25 20:26 +0000
csiph-web