Hiding Scripts from Older Browsers : JavaScript Version « Development « JavaScript DHTML






Hiding Scripts from Older Browsers

<html>
<head>
  <title>Hide From Browser</title>
  <script type="text/javascript">
  <!-- Hide
    document.write("I can view JavaScript code")
  // End hide -->
</head>
<body>
Content goes here.
</body>
</html>


           
       








Related examples in the same category

1.Check whether JavaScript 1.2 is supported
2.Set a variable to determine what version of JavaScript we support
3.Using Multiple Versions of JavaScript with the language Attribute
4.Using the 'noscript' Tag
5. Testing Different JavaScript Versions
6.Multiple Script Versions
7.Employing the 'NOSCRIPT' Tag
8.Rendering Different Content for Scriptable and Nonscriptable Browsers
9.JavaScript 1.2 is supported, extract a new URL from the portion
10.A simple 'sniffer' that determines browser version and vendor
11.Variable for Browser version and vendor
12.Get IE Version Number
13.Get NN (Netscape Navigator) Version Number