Viewing a JavaScript Script
Like HTML, JavaScript is downloaded as text. The user's browser interprets it. Generally, you can read them by viewing the HTML source.
In Netscape: View, Document Source
In Internet Explorer: View, Source
Look for the line <SCRIPT LANGUAGE="JavaScript"> and examine the script to the end </SCRIPT>
Note: Browser version matters. Not all features of the language are supported by all browser versions.