> -----Original Message-----
> From: xfedex [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 04, 2005 4:57 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] autocomplete a field
> 
> Hi,
> 
> Anyone know if theres a way to disable this feature for user using old
> browsers or not suporting JS/XML?

It seems there was no replies to this post?

Try autocomplete=off in the input tag:

<input type="text" name="whatever" autocomplete="off">

/Kim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to