Bhavesh Vankar

Bhavesh Vankar

  • 727
  • 1.1k
  • 79.2k

prevent to ask remember password in all browser

Oct 16 2020 7:08 AM
how to stop remember password in all browser using javascript ?
 
  1. <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. 

Answers (4)