comparison 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
comparison
equal deleted inserted replaced
8:a468d9c5171c 9:5068e7dc31c1
1 <html>
2 <head>
3 <script src="postscript.js"></script>
4
5 </head>
6 <body>
7 <form id="form_id" action="postURL" method="post">
8 <input type="text" name="text">
9 <input type="submit" onclick="stringPost(); return false" value="send">
10 </form>
11 <textarea id="textarea"></textarea>
12
13 </body>
14 </html>