PDA

View Full Version : Status Bar (Eliminate)


lost
10-05-2004, 10:42 PM
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
10-05-2004, 11:01 PM
In internet explorer, View -->Status Bar
Make sure it is not ticked.

lost
10-06-2004, 02:29 PM
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...


<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,men ubar=0,resizable=0,width=500,height=400');");
}
// End -->
</script>

zkiller
10-06-2004, 08:50 PM
i am not sure what you are asking. are you saying the status bars comes up on the pop-up for you?

Chroder
10-06-2004, 10:41 PM
It's a repost (http://www.webmaster-talk.com/showthread.php?t=16363). ;)

zkiller
03-03-2005, 05:17 AM
why are bringing back 4 month old threads?