]> git.scottworley.com Git - reliable-chat/blob - webclient/rc.html
This 'form' is never submitted.
[reliable-chat] / webclient / rc.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Reliable Chat</title>
7 <link rel="stylesheet" title="Default style" href="rc.css" type="text/css"/>
8 <script type="text/javascript" src="rc.js"></script>
9 </head>
10
11 <body>
12 <table id="outer-table">
13 <tr><td id="history"></td></tr>
14 <tr><td id="status">&nbsp;</td></tr>
15 <tr><td><form name="input" onsubmit="return false"><input id="say" onkeydown="return rckeydown(event)"></input></form></td></tr>
16 </table>
17 </body>
18 </html>