I want to use a textbox for user to enter their password to login. I need to fix the textbox so it won't remember previously entered text and show these as suggestions to choose from. Is this possible?
I have used the form tag to try to fix this but will this work for all browsers?
<form runat="server" autocomplete="off">