Is onLine : navigator : Javascript Objects : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Javascript Objects   » [  navigator  ]   
 



Is onLine

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<script language="JavaScript">
function function1() {
   var m = navigator.onLine;
   alert("The onLine value is: \n"+m)

</script>
<input type="Button" value='Get the onLine value' onClick="function1();">
</body>
</html>

    
      
      
Related examples in the same category
1.  Get browser Language
2.  Language information from Navigator
3.  Get application Name
4.  Application Code Name
5.  Get platform information
6.  Get cpu Class
7.  Get applicatoin Version
8.  Get application Minor Version (navigator.appMinorVersion)
9.  Get system Language from navigator (navigator.systemLanguage)
10.  Is navigator taint Enabled (navigator.taintEnabled())
11.  Get user Agent from navigator (navigator.userAgent)
12.  Get user Language from navigator object (navigator.userLanguage)
13.  Get application name from navigator (navigator.appName)
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.