473,472 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

javascript window.status.visible method in IE6

Hi,

I am trying to determine whether the status bar is visible or not .. is
there a method to check the state? I did a google search and found
info re: window.status.visible but it returns undefined?! Has it been
deprecated?

Thanks for any info!

Cheers!
M.

Jul 23 '05 #1
2 2347
On 13 Aug 2004 17:59:00 -0700, Mark Pappert wrote:
I am trying to determine whether the status bar is visible or not ..


<script type='text/javascript'>
if ( window.confirm("Do you see the Status Bar?") ) {
document.write("<p>Visible.");
} else {
document.write("<p>Not visible.");
}
</script>

Note, requires the wetware API, an optional
plug-in for web surfers. ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #2
Mark Pappert wrote:
I am trying to determine whether the status bar is visible or not .. is
there a method to check the state? I did a google search and found
info re: window.status.visible but it returns undefined?! Has it been
deprecated?


window.status is a (proprietary) string property to reflect the contents of
the status bar if previously changed. Of course a String object does not
have a visible property. You are looking for window.statusbar.visible, but
only in Gecko-based browsers, so probably not in IE (see MSDN Library).
PointedEars
--
"When I give a lecture, I accept that people look at their watches,
but what I do not tolerate is when they look at it and raise it to
their ear to find out if it stopped."
-- Marcel Achard
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.