*** 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_debug ()">
16 <h1>m17n-lib input method in Javascript</h1>
17 <h3>textarea</h3>
18 <textarea name="TEXTAREA"></textarea>
19 <h3>text</h3>
20 <form><input type="text"></form>
21 <br>
22 <h3>debug Info</h3>
23 <table border="1">
24 <tr><th>down</th><th>press</th><th>status</th><th>keyseq</th><th>range</th></tr>
25 <tr><td id="keydown">0</td><td id="keypress">0</td><td id="status"><td id="keyseq"></td><td id="range"></td></tr>
26 </table>
27 <br>
28 <form><input type="text" name="TEXT"></form>
29 </body>