Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts
Thursday, September 03, 2009
Thursday, October 11, 2007
Can I turn autocomplete ON/OFF programmatically?
As a web developer you *cannot* turn this feature ON programmatically if the user has turned it OFF. That is not allowed.
However, if needed, a web developer can turn this feature OFF either for a particular field or for the entire form like below.
<input name="name" autocomplete="OFF" type="text">
<form autocomplete="OFF">
However, if needed, a web developer can turn this feature OFF either for a particular field or for the entire form like below.
<input name="name" autocomplete="OFF" type="text">
<form autocomplete="OFF">
Subscribe to:
Posts (Atom)