Hi...
I was wondering how you can prevent a textbox from populating with a user's previous entry. This is for a password field. I want the user to have to type in the password EVERY SINGLE TIME before logging in. However, the field keeps getting populated when I tell my browser to remember my login information.
I've tried setting the field's value to "", but to no avail. Does anyone think Javascript could save me here?
I was wondering how you can prevent a textbox from populating with a user's previous entry. This is for a password field. I want the user to have to type in the password EVERY SINGLE TIME before logging in. However, the field keeps getting populated when I tell my browser to remember my login information.
I've tried setting the field's value to "", but to no avail. Does anyone think Javascript could save me here?