*** empty log message ***
[m17n/m17n-lib-js.git] / xex.html
diff --git a/xex.html b/xex.html
new file mode 100644 (file)
index 0000000..872e515
--- /dev/null
+++ b/xex.html
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <style type="text/css">
+    <!--
+     td { font-family: 'monospace'; font-size: 12pt; width: 40mm}
+     textarea { font-size: 20pt; width: 100mm; }
+      -->
+  </style>
+  <title>M17N Input Method by JavaScript</title>
+  <script src="xex.js"></script>
+</head>
+
+<body onload="MIM.test ()">
+<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>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" id="text" style="width:100mm"></form>
+</body>