how to stop remember password in all browser using javascript ?
- <input type="password" AutoCompleteType="disabled" autocomplete="off" name="password">
this will work in three browsers Google Crome, Internet Explorer and Edge but not working in firefox.
kidnly help me to stop asking password for remember in all browsers. using javascript.
i want to use this technique into Classic ASP.