view post.html @ 11:899900981cf8 draft

modified
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 21 Sep 2012 17:38:11 +0900
parents 6fdf1b084a00
children
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="background-color:red; width:150px; ">

    </div>

  </body>
</html>