View Single Post
Old 02-02-2007, 02:23 PM  
RazorSharpe
Confirmed User
 
RazorSharpe's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Scotland
Posts: 2,238
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.
RazorSharpe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote