Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Existance of toolbar


Message #1 by "Udhayakumar. U" <udhayakumar@i...> on Mon, 18 Nov 2002 19:49:55 +0530
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


  Return to Index