view 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 source

<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>