*** empty log message ***
[m17n/m17n-lib-js.git] / index.html
index 2dc8d9f..f9b114d 100644 (file)
   <script src="mim.js"></script>
 </head>
 
-<body onload="MIM_init ()">
-
+<body onload="MIM_init_debug ()">
+<h1>m17n-lib input method in Javascript</h1>
+<h3>textarea</h3>
 <textarea name="TEXTAREA"></textarea>
+<h3>text</h3>
+<form><input type="text"></form>
 <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>
 </table>
 <br>
-<form><input type="text" id="text"></form>
 <form><input type="text" name="TEXT"></form>
 </body>