historyApi.htm 645 B

123456789101112131415161718
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>JSAPI2::History Api</title>
  5. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  6. <script type="text/javascript" src="api2.js"></script>
  7. </head>
  8. <body style="FONT-FAMILY: MS Shell Dlg 2;">
  9. <h2>History API</h2>
  10. <h3>Methods:</h3>
  11. <input type="button" value="Query" onClick="hisQueryClicked();">
  12. <br>
  13. &nbsp;&nbsp;&nbsp;&nbsp;<input type="text" size="80" value="LASTPLAY<[now]" id="his_t_Query_in">
  14. <br>
  15. &nbsp;&nbsp;&nbsp;&nbsp;<textarea rows="24" cols="50" id="his_t_Query">
  16. </textarea>
  17. </body>
  18. </html>