Re: [PHP] Restricting browser's a password manager pop-up

2005-04-28 Thread Richard Davey
Hello Michael,

Thursday, April 28, 2005, 11:01:48 AM, you wrote:

MK Is there a way to restrict a password manager (Save password for
MK this site...) window pop-up? I have a form which shows a user a
MK lost login if correct password and some other data was provided
MK and browser asks user if it is necessary to save this password
MK entry.

MK Obviously, there is no need to save any password in this case and
MK I want to avoid this dialog appear. Is it possible?

Yes and no - the no part is that you cannot force the browser to not
show this window, you just don't have that level of control.

The yes part is that it only appears based on the browsers
intelligence in scanning the name of your form fields. Change
username and password to something, well.. more obtuse, and it
often gets rid of the problem. Give it a shot and see which
combination works for you.

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 I do not fear computers. I fear the lack of them. - Isaac Asimov

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



Re: [PHP] Restricting browser's a password manager pop-up

2005-04-28 Thread -k.
 The yes part is that it only appears based on the
 browsers intelligence in scanning the name of your
   form fields. Change username and password to  
  something, well.. more obtuse, and it often
gets rid of  the problem. Give it a shot and see
which combination   works for you.
 
You may also try adding autocomplete=Off in your
password input tag.



-k.



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

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