jerrym | 56d490c | 2013-01-27 06:53:20 +0000 | [diff] [blame] | 1 | <html>
|
| 2 | <head>
|
| 3 | <meta name="viewport" content="width=device-width,user-scalable=no" />
|
| 4 | <title>971 Scout</title>
|
| 5 | </head>
|
| 6 | <body onload="window.frc.info('Howdy!');">
|
| 7 | <h3>971 Scout</h3>
|
| 8 | <input type="text" id="ib"><br />
|
| 9 | <button onclick="window.frc.info(document.getElementById('ib').value);">Log Info</button>
|
| 10 | <button onclick="window.frc.error(document.getElementById('ib').value);">Log Error</button><br />
|
| 11 | <button onclick="if (window.confirm('Exit now?')) window.frc.exitApp();">Exit This App</button><br />
|
| 12 | </body>
|
| 13 | </html>
|