Mercurial > hg > Members > nobuyasu > TwitterBootstrap
comparison post.html @ 10:6fdf1b084a00 draft
modified postscript.js
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 Sep 2012 15:06:14 +0900 |
parents | 5068e7dc31c1 |
children | 899900981cf8 |
comparison
equal
deleted
inserted
replaced
9:5068e7dc31c1 | 10:6fdf1b084a00 |
---|---|
2 <head> | 2 <head> |
3 <script src="postscript.js"></script> | 3 <script src="postscript.js"></script> |
4 | 4 |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <!-- | |
7 <form id="form_id" action="postURL" method="post"> | 8 <form id="form_id" action="postURL" method="post"> |
9 --> | |
10 <form id="form_id" method="post"> | |
8 <input type="text" name="text"> | 11 <input type="text" name="text"> |
9 <input type="submit" onclick="stringPost(); return false" value="send"> | 12 <input type="submit" onclick="stringPost(); return false" value="send"> |
10 </form> | 13 </form> |
11 <textarea id="textarea"></textarea> | 14 <div id="outputdiv" style=""> |
15 | |
16 </div> | |
12 | 17 |
13 </body> | 18 </body> |
14 </html> | 19 </html> |