I've already tried doing this and it doesn't solve the problem at
hand. IE(s) don't seem to ask you to save the username/password when
you do this. Here are the things I've tried with your idea:
Wrapping these inputs in a form in the HTML
Wrapping these inputs in a form in AJAX
Submitting the HTML/AJAX form when the login button is clicked.
Adding a submit button to the form in HTML
Clicking that submit button via js when the form is submitted
Lots of other things I can't really remember (I've been trying for a
few days) and all sorts of combination's of what's mentioned above.
IE(s) are very particular about when they allow autocomplete. The
only way I've been able to do it is when my form has no dom
manipulation whatsoever. If you've actually gotten this to work,
could you show a full example?
Thanks a lot,
Dan
> > > > I'm trying to replicate browserautocompleteon a login form. For