
user credentials are coming in 2nd page.
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)
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.
Επιλεγμένη λύση
Use autocomplete="off" to prevent Firefox from saving that data (unless a user overrides that).
Hi cor-el,
Thanks for your reply, the soluion that you have suggested really helped me in solving my problem.
Thanks. SB Team.
You're welcome