PDA

View Full Version : simple java help



=guinness=
May 24th, 2004, 05:59 PM
I have been looking around on multiple forums (probably all the wrong ones) for some jscript to just remove the status bar. Just remove it or hide it, but most of the forums have tips on how to make them as annoying as possible with flashing script. I have a sense of design and while YEAH oo ahhh flashing and moving crap in the bar gets your attention it's annoying as hell.

Back to the question. Could anyone post some jscript that will remove the status bar at the bottom of a page?

Thank you very much.

feiticeria
May 25th, 2004, 02:11 AM
try java.sun.com...there's a number of forums with tons of people who should be able to help you out, if you search the website, I'm sure you can find some downloadable example or tutorials on your problem.

imported_ramie
May 25th, 2004, 03:36 AM
Try,


window.statusbar.visible = false;

you could open another window and not display the status bar.

Remember Java and Javascript are 2 completly different things....

RB :)