hello one and all, related to this other post:
https://groups.google.com/forum/#!topic/web2py/FFKTOAzz59E which I was able to get working cross-browser great. however, I am trying to also massage the html/javascript of the page to disable the "Save Password" alert/notice in the browser. the only way I seem to get it to work is by changing the type of the input field from password to text for the password input field. this disables the alert, but then I have to massage the validation of the password, which works if the user types in a new password, but revalidates it to a wrong password if the user doesn't type in a new password. any ideas on how to either keep the password input to type="password" and still disable the alert, or how to process the input with type="text" in either javascript or onvalidation of the form.process? thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

