As Chris Hirst mentioned above, Hotmail (And Yahoo mail and a bunch of others) do this with the tag "Autocomplete=Off". You can see this if you go to Hotmail's login page, view the source and do a search for "autocomplete".
Example of using the Autocomplete tag:
Code:
<INPUT NAME="name" SIZE=40 AUTOCOMPLETE=OFF>
Although it's not valid HTML according to the W3C.
There is a javascript implementation of the concept here that may help you and that conforms to the HTML guidelines.
Last edited by Punch : 06-07-2006 at 03:23 AM.
|