javascript.rst
changeset 79 22922fe27b63
child 517 acd9429b7505
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javascript.rst	Wed Apr 15 00:21:45 2009 +0300
@@ -0,0 +1,17 @@
+-*- outline -*-
+
+* Inline in HTML.
+
+  <html>
+    <h1>Hello!<h1/>
+    <script language="JavaScript">
+      <!--
+      alert("Hello!")
+      document.write("sin(10) = " + Math.sin(10))
+      //-->
+    </script>
+  </html>
+
+* Hot calc by Firefox.
+
+At URI type some thing like "javascript: 4+5"