|
Hi,
I could be mistaken but is password saving on a form field not a browser extension?
I know you can tun off the autocomplete feature (in IE atleast) in form fields by using something like this:
<input type="text" name="name" AUTOCOMPLETE="OFF">
This won't really work for password fields though since password fields do not support autocomplete by default.
__________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
|