diff options
Diffstat (limited to 'ajax/form_suggestions/index.htm')
-rw-r--r-- | ajax/form_suggestions/index.htm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ajax/form_suggestions/index.htm b/ajax/form_suggestions/index.htm deleted file mode 100644 index c2fc742..0000000 --- a/ajax/form_suggestions/index.htm +++ /dev/null @@ -1,14 +0,0 @@ -<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 |