Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 답글 없음
  • 1 이 문제를 만남
  • 6 보기
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.
첨부된 스크린샷