Javascript Reference
Categories: tips

javascript autocomplete feature of input

@July 23, 2008, 4:56 p.m.

<input  type="text"  autocomplete="on" />
<input  type="text"  autocomplete="off" />

Note:
The autocomplete attribute will cost failture of passing W3C validation though this attribute works in most browsers.


Powered by Linode.