HighDots Forums  

FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? (2008-05-20)

Javascript JavaScript language (comp.lang.javascript)


Discuss FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? (2008-05-20) in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
FAQ server
 
Posts: n/a

Default FAQ Topic - I have window.status="Moomin"; why doesn't the statusbar change? (2008-05-20) - 05-19-2008 , 06:00 PM






-----------------------------------------------------------------------
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 statusbar. `
onevent="setTimeout('window.status=\'Moomin\'',15) ;" `
Most browsers are configured, by default, to disallow scripts from setting
the status bar text.


--
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers. The sendings of these
daily posts are proficiently hosted by http://www.pair.com.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.