Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

how to force Firefox to turn off autocomplete in HTML?

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 13 προβολές
  • Τελευταία απάντηση από sbland@calgovtech.com

more options

I have a web application that conains a username and password login page. I want to disable the autocomplete feature programatically (i.e. in HTML or javascript). In IE, autocomplete="off" works perfect, but not in Firefox. In Firefox, with autocomplete="off" the username does not autocompete, but the password autocomplete's as soon as I enter a valid username. I do not want Firefox to do this. How can I make this work with Firefox?

I have a web application that conains a username and password login page. I want to disable the autocomplete feature programatically (i.e. in HTML or javascript). In IE, autocomplete="off" works perfect, but not in Firefox. In Firefox, with autocomplete="off" the username does not autocompete, but the password autocomplete's as soon as I enter a valid username. I do not want Firefox to do this. How can I make this work with Firefox?

Όλες οι απαντήσεις (2)

more options

That only happens if you have saved a name and password previously in the Password Manager.

more options

Thanks. I did notice that, but was hoping to prevent the prior info from appearing. In any event, thanks.