Rendering Different Content for Scriptable and Nonscriptable Browsers : JavaScript Version « Development « JavaScript DHTML






Rendering Different Content for Scriptable and Nonscriptable Browsers

<HTML>
<BODY BGCOLOR="#FFFFFF">
<A HREF="http://home.netscape.com">

<SCRIPT LANGUAGE="JavaScript">
<!--
    document.writeln("<A HREF='http://www.java2s.com'>")
//-->
</SCRIPT>

Where?</A>
<HR>

<SCRIPT LANGUAGE="JavaScript">
<!--
    document.write("Howdy from the script!<FONT COLOR='#FFFFFF'>")
//-->
</SCRIPT>

If you can read this, JavaScript is not available.

<SCRIPT LANGUAGE="JavaScript">
<!--
    document.write("</FONT>")
//-->
</SCRIPT>
<BR>
Here's some stuff afterward.
</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.Hiding Scripts from Older 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