Fascinating page reload w/ JavascriptElbűvölő oldal-újratöltés Javascripttel
If you want to reload a page without trigger a message to the user asking if they want to send data again, you can use this:
window.location = window.location;
instead of:
window.location.reload();
Ha posztolás után szeretnéd újratöltetni az oldalt javascripttel, úgy, hogy a böngésző ne kérdezze meg a usertől, hogy újraküldi-e az adatokat, használd ezt:
window.location = window.location;
ehelyett:
window.location.reload();