view post.html @ 14:595ea7792a42 draft default tip

add ishida's files and scenario.json
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 24 Sep 2012 15:01:42 +0900
parents 899900981cf8
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>