Sandbox/gears

From OpenWetWare
Jump to navigationJump to search

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

 Enter a phrase to store in the database: 
<input type="text" id="submitValue" style="width:20em;"> <input type="submit" value="OK">

</form>

Your last three phrases were:

 

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