Mercurial > hg > Members > nobuyasu > TwitterBootstrap
view 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 |
line wrap: on
line source
<html> <head> <script src="postscript.js"></script> </head> <body> <!-- <form id="form_id" action="postURL" method="post"> --> <form id="form_id" method="post"> <input type="text" name="text"> <input type="submit" onclick="stringPost(); return false" value="send"> </form> <div id="outputdiv" style=""> </div> </body> </html>