Hot to trigger saved password autofill in browsers?

Posted by Aleksander Kmetec on Stack Overflow See other posts from Stack Overflow or by Aleksander Kmetec
Published on 2010-04-12T09:20:57Z Indexed on 2010/04/12 9:23 UTC
Read the original article Hit count: 495

Filed under:
|
|

I have a web application written in pure JavaScript (no pre-generated HTML except for the document which loads all the JS files).

This app contains a login form which is created dynamically when the document.ready event event is triggered. I trick the browser into displaying the "Remember password?" dialog by posting the login form into a hidden iframe before logging in using ajax (in Firefox the password appears on the saved password list, so this part obviously works) but saved passwords never get filled in after the login screen is loaded again at a later time. The same thing happens in Firefox and Safari.

Is there something I can do or some function I can call to trigger autofill?

© Stack Overflow or respective owner

Related posts about autofill

Related posts about browser