diff post.html @ 9:5068e7dc31c1 draft

add post.html and postscript.js
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 21 Sep 2012 00:57:08 +0900
parents
children 6fdf1b084a00
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/post.html	Fri Sep 21 00:57:08 2012 +0900
@@ -0,0 +1,14 @@
+<html>
+  <head>
+    <script src="postscript.js"></script>
+
+  </head>
+  <body>
+    <form id="form_id" action="postURL" method="post">
+      <input type="text" name="text">
+      <input type="submit" onclick="stringPost(); return false" value="send">
+    </form>
+    <textarea id="textarea"></textarea>
+
+  </body>
+</html>