[Javascript] How to disable autocomplete

Simson, Pete U SimsonPU at navair.navy.mil
Thu Nov 1 10:42:24 CST 2001


Check out this URL.
 
http://developer.irt.org/script/1492.htm
<http://developer.irt.org/script/1492.htm> 
 
The code below is from that URL
 
<form>

Name <input name="name" autocomplete="off"><br>

Email <input name="email" autocomplete="off"><br>

Comments <textarea rows="10" cols="60" wrap="virtual"
autocomplete="off"></textarea><br>

<input type="submit" value="Submit"><br>

<input type="reset" value="Wipe">

</form>


Pete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011101/b32ce8d9/attachment.htm>


More information about the Javascript mailing list