*** empty log message ***
[m17n/m17n-lib-js.git] / index.html
index 794f865..4ce47b5 100644 (file)
@@ -9,7 +9,6 @@
       -->
   </style>
   <title>M17N Input Method by JavaScript</title>
-  <script src="xex.js"></script>
   <script src="mim.js"></script>
 </head>
 
 <br>
 <h3>debug Info</h3>
 <table border="1">
-<tr><th>down</th><th>press</th><th>status</th><th>keyseq</th><th>range</th></tr>
-<tr><td id="keydown">0</td><td id="keypress">0</td><td id="status"><td id="keyseq"></td><td id="range"></td></tr>
+<tr><th>key</th><th>keycode</th><th>status</th><th>keyseq</th><th>range</th></tr>
+<tr><th>down</th><td id="keydown">0</td><td id="status0"><td id="keyseq0"></td><td id="range0"></td></tr>
+<tr><th>press</th><td id="keypress">0</td><td id="status1"><td id="keyseq1"></td><td id="range1"></td></tr>
 </table>
 <br>
-<form><input type="text" name="TEXT"></form>
+<form><input type="text" id="text" style="width:100mm"></form>
 </body>