Is there a way to not show to user a pop-up (To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation ) that was performed earlier. - Resend/Cancel)
which is shown when I want to reload an iframe with javascript in Firefox, my code is like this:
parent.frames["id_termine"].window.location.reload();
I tried with this solution Reload page for refresh data without retry/cancel prompt
but it didn't work. Any help would be appreciated.