Sandbox/gears

From OpenWetWare
Jump to navigationJump to search

<html> <form onsubmit="handleSubmit(); return false;">

 <b>Enter a phrase to store in the database:</b>&nbsp;<br>
 <table>
   <tr>
     <td valign="middle"><input type="text" id="submitValue"
       style="width:20em;"></td>
     <td valign="middle"><input type="submit" value="OK"></td>
   </tr>
 </table>

</form>

<p><b>Your last three phrases were:</b>

<p><span id="status">&nbsp;</span>

<p><i>This page uses Gears to record your entries on the local disk.

  If you navigate away and revisit this page, all your data will still
  be here.  Try it!</i>

<!-- ====================================== --> <!-- End HTML code. Begin JavaScript code. -->

<script type="text/javascript" src="/js/gears/gears_init.js"></script> <script type="text/javascript" src="/js/gears/sample.js"></script> <script type="text/javascript" src="/js/gears/oww_gears.js"></script>

</html>