First, most of the web requires javascript these days. Anyone trying to use this web app knows JS is required and they cannot do it without JS. So I'm fine leaving the login page as is. (And it's ridiculous to say he's surprised this works in any browser; it works in all browsers; it's simple, lightweight code.)
As I described initially, I've wrapped the whole thing in a form tag. I've given all the inputs names. I've added a submit button. The form does return false... it doesn't matter. FF does see all these hacks and it recognizes it's a username/password form and prompts. Chrome, Safari, IE... they don't.
Yes, they list a lot of good reasons for treating JavaScript with care. Or did you only look at the pictures?
Anyway, we obviously have very different opinions about quality and usability. If you're not willing to change anything, and if your customers accept your work, well, then that's how it is.
Jacques1, congrats on adding NOTHING TO THE CONVERSATION WHATSOEVER.
If you google, you'll see this is a widespread issue and people have varying answers with varying degrees of success. So I came here to see what people have done. You haven't offered anything constructive. Go away.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Recommended Posts
LLLLLLL
First, most of the web requires javascript these days. Anyone trying to use this web app knows JS is required and they cannot do it without JS. So I'm fine leaving the login page as is. (And it's ridiculous to say he's surprised this works in any browser; it works in all browsers; it's simple, lightweight code.)
As I described initially, I've wrapped the whole thing in a form tag. I've given all the inputs names. I've added a submit button. The form does return false... it doesn't matter. FF does see all these hacks and it recognizes it's a username/password form and prompts. Chrome, Safari, IE... they don't.
Link to comment
https://forums.phpfreaks.com/topic/287661-remember-passwords-in-browser-with-ajax-form/#findComment-1475694Share on other sites
LLLLLLL
Also, here's a great answer about users without javascript enabled:
http://stackoverflow.com/questions/9478737/browser-statistics-on-javascript-disabled
Link to comment
https://forums.phpfreaks.com/topic/287661-remember-passwords-in-browser-with-ajax-form/#findComment-1475695Share on other sites
Jacques1
Yes, they list a lot of good reasons for treating JavaScript with care. Or did you only look at the pictures?
Anyway, we obviously have very different opinions about quality and usability. If you're not willing to change anything, and if your customers accept your work, well, then that's how it is.
Link to comment
https://forums.phpfreaks.com/topic/287661-remember-passwords-in-browser-with-ajax-form/#findComment-1475720Share on other sites
LLLLLLL
Jacques1, congrats on adding NOTHING TO THE CONVERSATION WHATSOEVER.
If you google, you'll see this is a widespread issue and people have varying answers with varying degrees of success. So I came here to see what people have done. You haven't offered anything constructive. Go away.
Link to comment
https://forums.phpfreaks.com/topic/287661-remember-passwords-in-browser-with-ajax-form/#findComment-1475731Share on other sites
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.