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

Very different behaviour between chrome,brave & firefox,firefoxdevedition with javascript and button.

  • Nema odgovora
  • 1 ima ovaj problem
  • 6 views
more options

Hello, I found very different behaviour today between chrome,brave & firefox,firefoxdevedition with javascript and button.

As visible on the screenshots the button is created with its attributes GET and target profile.html via jinja2 templating.

But in addition, via javascript, I added a function to post the selected tables to a route called SaveToDatabase.


In chrome the js part gets executed and profile.html is loaded, but in firefox based browsers ONLY the js POST is executed and nothing else happens.

What could the problem here be?


Best regards and thank you in advance.

Hello, I found very different behaviour today between chrome,brave & firefox,firefoxdevedition with javascript and button. As visible on the screenshots the button is created with its attributes GET and target profile.html via jinja2 templating. But in addition, via javascript, I added a function to post the selected tables to a route called SaveToDatabase. In chrome the js part gets executed and profile.html is loaded, but in firefox based browsers ONLY the js POST is executed and nothing else happens. What could the problem here be? Best regards and thank you in advance.
Priloženi snimci ekrana