aboutsummaryrefslogtreecommitdiff
path: root/ajax/form_suggestions/index.htm
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/form_suggestions/index.htm')
-rw-r--r--ajax/form_suggestions/index.htm14
1 files changed, 14 insertions, 0 deletions
diff --git a/ajax/form_suggestions/index.htm b/ajax/form_suggestions/index.htm
new file mode 100644
index 0000000..c2fc742
--- /dev/null
+++ b/ajax/form_suggestions/index.htm
@@ -0,0 +1,14 @@
+<html>
+<head>
+<script src="clienthint.js"></script>
+</head>
+<body>
+
+<form>
+First Name: <input type="text" id="txt1" onkeyup="showHint(this.value)" />
+</form>
+
+<p>Suggestions: <span id="txtHint"></span></p>
+
+</body>
+</html> \ No newline at end of file