Skip to content
Snippets Groups Projects
Commit b314a78e authored by rswindell's avatar rswindell
Browse files

Added links to Mozilla's new JavaScript documentation site.

parent 2a1c4c5a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>JavaScript in Synchronet</title>
</head>
......@@ -11,21 +11,25 @@
<h1><span style="FONT-FAMILY: Arial">JavaScript in Synchronet</span></h1>
<p class="MsoNormal"><span style="font-family: Arial">Synchronet v3.1</span><span style="FONT-FAMILY: Arial">
uses <a href="http://mozilla.org/js/">Netscapes JavaScript engine</a>
uses <a href="http://mozilla.org/js/">Netscape/Mozilla's JavaScript engine</a>
(version 1.5) for its preferred local scripting environment.<br>
You can learn about the core JavaScript language and object model from the
following Netscape documents:<o:p>
following documents:<o:p>
</o:p>
</span></p>
<ul style="MARGIN-TOP: 0in" type="disc">
<li class="MsoNormal" style="mso-list: l2 level1 lfo5; tab-stops: list .5in"><span style="FONT-FAMILY: Arial"><a href="js/guide/index.html">Core
JavaScript Guide</a><o:p>
</o:p>
</span></li>
<li class="MsoNormal" style="mso-list: l2 level1 lfo5; tab-stops: list .5in"><span style="FONT-FAMILY: Arial"><a href="js/ref/index.html">Core
JavaScript Reference</a><o:p>
</o:p>
</span></li>
<li class="MsoNormal" style="mso-list: l2 level1 lfo5; tab-stops: list .5in">
<span style="font-family: Arial">Core JavaScript Guide:
<a href="http://developer-test.mozilla.org/docs/Core_JavaScript_1.5_Guide">
Mozilla Version</a>, <a href="js/guide/index.html">Netscape Version (legacy)</a></span></li>
<li class="MsoNormal" style="mso-list: l2 level1 lfo5; tab-stops: list .5in">
<span style="font-family: Arial">Core JavaScript Reference:
<a href="http://developer-test.mozilla.org/docs/Core_JavaScript_1.5_Reference">
Mozilla Version</a>, <a href="js/ref/index.html">Netscape Version (legacy)</a></span></li>
<li class="MsoNormal" style="mso-list: l2 level1 lfo5; tab-stops: list .5in">
<span style="font-family: Arial">
<a href="http://developer-test.mozilla.org/docs/JavaScript">More Mozilla
JavaScript documents</a></span></li>
</ul>
<p class="MsoNormal"><span style="FONT-FAMILY: Arial">JavaScript is an
established, mature scripting language syntactically similar to C++ and Java.
......@@ -108,4 +112,4 @@ $Id$</font>
</body>
</html>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment