Boo wrote:
> I know it's possible to manipulate the status bar when a user scrolls
> over links, but is there a way to completely disable or hide it?
No it's not and No. You have no control over my status bar.
> I have a flash program that connects to a database every 5 seconds, so
> the status bar always says "transfering data from..." It gets quite
> annoying, so I was wondering if there was any way to stop the status
> bar from displaying this message.
Use an HTTPResponse object instead then.
> If I can't hide it, it would be nice if I could get the status bar to
> say "Done". Thanks.
Since you can't hide it, manipulate it or control it, there isn't a way
to do what you are asking in a cross browser manner. If you are willing
to accept an IE-only (maybe not) solution, try setting window.status
peridocially.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly