javascript thread: Existance of toolbar
Maybe this can be used...
<html>
<head>
<script language="javaScript" type="text/javascript">
if (window.toolbar='yes')
{
alert('woohoo...you got toolbar');
}
</script>
<head>
<body>testing
<body>
</html>
> Hai,
How to check whether toolbar is visible or not in Javascript.
In netscape if i give window.toolbar it is giving object bar.But in IE it
is
giving undefined.
I want to check that one.
Please let me know how to do this
Regards
Udhaya
|





