@qooxdoo/framework
Version:
The JS Framework for Coders
17 lines (16 loc) • 760 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="../helper.js"></script>
</head>
<body>
<h1>Web Storage <span style="font-size: 40%;">(emulated with <span id="using">...</span>)</span></h1>
<label for="key">Key:</label><input type="text" name="key0" value="key0" id="key" style="behavior: url(#default#userData)">
<label for="value">Value:</label><input type="text" name="value" value="value" id="value">
<input type="button" value="Save" id="save">
<input type="button" value="Clear" id="clear">
<input type="button" value="Remove first" id="remove">
<div id="list" style="border: 1px black solid; margin: 10px;"><em>Loading..</em></div>
</body>
</html>