Status Bar (Eliminate)

lost

New Member
hello :)

i have always been able to eliminate the stus bar from under the browser window.. but i did some windows upgrade and since then the security thing that installed makes the status bar on the bototm appear on all my webpages i make hide the status bar..

i was wondering if anyone out there knows the best way to eliminate the status bar from the browser window

thanks for your time
 

ian

Administrator
Staff member
In internet explorer, View -->Status Bar
Make sure it is not ticked.
 

lost

New Member
Ian, i appreciate your reply... this is the thing.. if i on check that it takes it off completely.. that's not what i'm lookin for..

check this site out www.Ross305.com .. as you see there's a pop up screen.. on the pop up screen is where i want i've always had a script to take off the status bar.. here's a piece of that script...

Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400');");
}
// End -->
</script>
 

zkiller

Super Moderator
Staff member
i am not sure what you are asking. are you saying the status bars comes up on the pop-up for you?
 
Top