]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Auto-focus the input field.
[reliable-chat] / webclient / rc.html
index a896281f0247abfebcf20b46f87b637dfdaa0a2a..3417745d75be14f6f683072f2abbc4c1b4aeec11 100644 (file)
                <tr><td id="history"></td></tr>
                <tr><td id="status">&nbsp;</td></tr>
                <tr><td><form name="input" onsubmit="return false" autocomplete="off">
-                       <input id="say" onkeydown="return rckeydown(event)" autocomplete="off"></input>
+                       <input id="say" onkeydown="return rckeydown(event)" autocomplete="off" autofocus="autofocus"></input>
                        </form></td></tr>
        </table>
 </body>