Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

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

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

user credentials are coming in 2nd page.

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

i am developing an application which my client enters his username and password and Firefox asks whether to remember or not, and when user clicks on remembers the same details are getting displayed in next page, i don't want this.

i am developing an application which my client enters his username and password and Firefox asks whether to remember or not, and when user clicks on remembers the same details are getting displayed in next page, i don't want this.

Επιλεγμένη λύση

Use autocomplete="off" to prevent Firefox from saving that data (unless a user overrides that).

Προβολή απάντησης εντός συζήτησης 👍 0

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

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Επιλεγμένη λύση

Use autocomplete="off" to prevent Firefox from saving that data (unless a user overrides that).

more options

Hi cor-el,

Thanks for your reply, the soluion that you have suggested really helped me in solving my problem.

Thanks. SB Team.

more options

You're welcome