topical media & game development
#javascript-form-autocomplete-sample.htm / htm
<head>
<script type="text/javascript" src="javascript-form-autocomplete-script.js"></script>
</head>
<body>
<form name="anyForm" style="text-align: center;">
<small>(Begin entering one of the names below)<br>
<em>Albert, Allen, Barry, Beth, Hal, Harry, Steve, Susan</em></small><br><br>
<strong>Send e-mail to:</strong>
<input type="text" name="anyName" onKeyUp="Complete(this, event)">
</form>
</body>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.