搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 人有此问题
  • 4 次查看
  • 最后回复者为 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.