|
Prev: FAQ Topic - How can I access the client-side filesystem? (2008-04-18)
Next: Reaching an html span nested in an html div with javascript
From: Steve on 17 Apr 2008 21:47 I know this must be a lame question, but I ask it after a lot of searching and experimentation. I can not get a string to print into the status bar of a Firefox browser. Is it the case that if any extensions for firefox put anything in the status bar that window.status() status() are bolluxed up? Thanks in advance for the info.
From: RobG on 17 Apr 2008 23:28 On Apr 18, 11:47 am, Steve <tinker...(a)gmail.com> wrote: > I know this must be a lame question, but I ask it after a lot of > searching and experimentation. I can not get a string to print into > the status bar of a Firefox browser. > > Is it the case that if any extensions for firefox put anything in the > status bar that window.status() status() are bolluxed up? By default, Firefox status bar can't be modified by script. Users can change that in about:config, I expect very few have. -- Rob
From: Stevo on 18 Apr 2008 01:34 Steve wrote: > I know this must be a lame question, but I ask it after a lot of > searching and experimentation. I can not get a string to print into > the status bar of a Firefox browser. > > Is it the case that if any extensions for firefox put anything in the > status bar that window.status() status() are bolluxed up? > Thanks in advance for the info. Same deal with IE7 and IE8.
From: Tuomo Tanskanen on 18 Apr 2008 02:54 RobG wrote: > On Apr 18, 11:47 am, Steve <tinker...(a)gmail.com> wrote: >> I know this must be a lame question, but I ask it after a lot of >> searching and experimentation. I can not get a string to print into >> the status bar of a Firefox browser. >> >> Is it the case that if any extensions for firefox put anything in the >> status bar that window.status() status() are bolluxed up? > > By default, Firefox status bar can't be modified by script. Users can > change that in about:config, I expect very few have. Actually there is checkbox in Options / Content / Javscript (Advanced) / Allow scripts to modify statusbar, but I doubt many users change it from there either. Regards, Tumi
From: Steve on 18 Apr 2008 07:08
On Apr 18, 2:54 am, Tuomo Tanskanen <tumi_NOSP...(a)tanskanen.org> wrote: > Actually there is checkbox in Options / Content / Javscript (Advanced) > / Allow scripts to modify statusbar, but I doubt many users change it > from there either. Thank You! |