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