aboutsummaryrefslogtreecommitdiff
path: root/ajax/form_suggestions/index.htm
blob: c2fc742161fba78f7e28a8cb3dc84e28283feb7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>