How to hide the Status bar ?

R

RICHARD BROMBERG

I want to create a web site where all pages have the Status Bar hidden.

Can I do this wihtout using Javascript ??

Thanks
 
T

Thomas A. Rowe

No and you must open all pages in a JavaScript generated windows, which means you site will not be
indexed by the search engines, if this is a concern.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jim Cheshire \(JIMCO\)

RICHARD said:
I want to create a web site where all pages have the Status Bar
hidden.
Can I do this wihtout using Javascript ??

In fact, there's a security setting in IE that will prevent you from doing
this at all with script if the site is in the Internet zone. The option is
called "Allow script-initiated windows without size or position
constraints", and it's disabled. That means that even if your scripted
pop-up tries to hide the status bar, it will still show up.

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Now offering templates ranging from
affordable standard templates to
powerful e-commerce applications!
 
J

Jim Cheshire \(JIMCO\)

Andrew said:
The status bar is a very handy feature of the browser - why hide it
at all?

If you have a small pop-up, hiding the status bar makes it look much more
polished.

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Now offering templates ranging from
affordable standard templates to
powerful e-commerce applications!
 
C

Chris Leeds, MVP-FrontPage

I noticed that behavior after a fairly recent IE update.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
Top