Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

autofill using single page app

  • No replies
  • 0 have this problem
  • 6 views
more options

This is an autofill question.

I have a form using a single page app and AngularJS code. There are two versions. One version has the master page an ASPX page. The other version has the master page a HTML page. The form has a single input text box which is the user enters criteria for a search. The submit button executes an AJAX call with the user’s text.

The names for the input text box and submit button is the same for both forms.

For the ASPX version, autofill recognizes and stores new values and shows them the next time the user puts his mouse in the textbox.

For the HTML version, autofill does not store any new values. It does show existing values stored by the ASPX form.

A hypothesis is there is something in the HTTP Request/Response going to the ASPX master page behind the scenes that activates autofill save code that is not getting activated by the HTTP Request/Response going to the HTML master page.

Whatever the problem is, is there any JavaScript code I can execute to activate this autofill save new values code?

Any explanations, solutions, or suggestions are welcome.

Thanks!

This is an autofill question. I have a form using a single page app and AngularJS code. There are two versions. One version has the master page an ASPX page. The other version has the master page a HTML page. The form has a single input text box which is the user enters criteria for a search. The submit button executes an AJAX call with the user’s text. The names for the input text box and submit button is the same for both forms. For the ASPX version, autofill recognizes and stores new values and shows them the next time the user puts his mouse in the textbox. For the HTML version, autofill does not store any new values. It does show existing values stored by the ASPX form. A hypothesis is there is something in the HTTP Request/Response going to the ASPX master page behind the scenes that activates autofill save code that is not getting activated by the HTTP Request/Response going to the HTML master page. Whatever the problem is, is there any JavaScript code I can execute to activate this autofill save new values code? Any explanations, solutions, or suggestions are welcome. Thanks!