summary refs log tree commit diff stats
path: root/tests/js.html
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-16 22:54:03 +0100
committerAraq <rumpf_a@web.de>2013-02-16 22:54:03 +0100
commit8e9b39084c4ed378ef98d3e2d6cc958f976862b4 (patch)
treec56ab0ae9432fa430961a6a493ef16c2b20dd485 /tests/js.html
parent5d119f61d167738bcc314b31580c6aef15f2e822 (diff)
parent4ad2d27df1ea81db97a06c05ef71f8b6534babfb (diff)
downloadNim-8e9b39084c4ed378ef98d3e2d6cc958f976862b4.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'tests/js.html')
-rwxr-xr-xtests/js.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/js.html b/tests/js.html
new file mode 100755
index 000000000..81baef784
--- /dev/null
+++ b/tests/js.html
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!--  This has been written by hand. (c) 2010 Andreas Rumpf -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Nimrod JavaScript Generator Test</title>
+<style type="text/css">
+span.DecNumber {color: blue}
+</style>
+<script src="nimcache/js.js" type="text/javascript"></script>
+</head>
+<body onload="OnLoad()">
+<form name="form1" action="js.html">
+  <input type="text" name="input1" size="10" />
+  <input type="button" value="Calculate square" onclick="OnButtonClick()" />
+</form>
+
+</body>
+</html>