Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Firefox didn't show any response to AUTOCOMPLETE="off", I implment this code in form tag and even in input tag too, but no response

  • 7 відповідей
  • 1 має цю проблему
  • 5 переглядів
  • Остання відповідь від cor-el

more options

Firefox didn't show any response to AUTOCOMPLETE="off", I try so many codes using jquery and html but no response, I implement this code in form tag as well as in input tag, in my registration form when ever the cursor focus on the username field already saved username display, pls let me help me to solved this issue.

Thanks. Saravanaraj walajaraj@gmail.com

Firefox didn't show any response to AUTOCOMPLETE="off", I try so many codes using jquery and html but no response, I implement this code in form tag as well as in input tag, in my registration form when ever the cursor focus on the username field already saved username display, pls let me help me to solved this issue. Thanks. Saravanaraj walajaraj@gmail.com

Усі відповіді (7)

more options

Hello,


Are you speaking of a setting in firefox that is not working or a setting in you HTML/ Web page code that is not working with firefox?

Sir.Mayo

more options

Hi, Thanks for you reply, It;s about HTML, I used this code autocomplete='off' in form tag, also I use some jquery codes

<form name="userregistration" method="POST" AUTOCOMPLETE="off" > and Jquery

$('#ajaxusername').attr('autocomplete','off'); $('.autoDisable').attr('autocomplete','off'); JS document.getElementById("ajaxusername").autocomplete="off".

Pls check the attachment.

Thanks...

Saravanaraj walajaraj@gmail.com </blockquote>

more options

Did you check via the right-click context menu in the Inspector that the autocomplete=off attribute is present and that all fields are within the form?

more options

yes, the fields are inside the form.

more options

Did you try to clear the entries in case those were saved when the form didn't have the autocomplete attribute?

Use these steps to remove saved (form) data from a drop-down list:

  1. click the (empty) input field on the web page to open the drop-down list
  2. highlight an entry in the drop-down list with the mouse or cursor Down key
    do not click the mouse or press the Enter key
  3. press the Delete key (on Mac: Shift+Delete) to delete the highlighted entry
more options

Thanks, It works, but I need to do it by code, I have to implement it in my website...

Thanks...

more options

If autocomplete data already previously has been saved in Firefox then adding autocomplete=off won't have effect since this data is already stored and you need to remove this manually via (Shift+) Delete. If you are experimenting with code then you need to take this into account and possibly use forget about this site.

Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.