Hiding JavaScript in Older Browsers
If you look at the source you can see how the script has been commented
out. JavaScript-compatible browsers, such as Netscape 2.0 or later and MS
Internet
Explorer 3.0 or later, will still read the script, but older browser that
cannot
interpret JavaScript will ignore the script and not display the code.
Last modified: