*** empty log message ***
[m17n/m17n-lib-js.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4   <meta http-equiv="content-type" content="text/html; charset=utf-8">
5   <style type="text/css">
6     <!--
7      td { font-family: 'monospace'; font-size: 12pt; width: 40mm}
8      textarea { font-size: 20pt; width: 100mm; }
9       -->
10   </style>
11   <title>M17N Input Method by JavaScript</title>
12   <script src="mim.js"></script>
13 </head>
14
15 <body onload="MIM_init ()">
16
17 <textarea name="TEXTAREA"></textarea>
18 <br>
19 <table border="1">
20 <tr><th>down</th><th>press</th><th>status</th><th>keyseq</th><th>range</th></tr>
21 <tr><td id="keydown">0</td><td id="keypress">0</td><td id="status"><td id="keyseq"></td><td id="range"></td></tr>
22 </table>
23 <br>
24 <form><input type="text" id="text"></form>
25 <form><input type="text" name="TEXT"></form>
26 </body>