I\'m trying to refresh a page without sending POST from the previous time.
I\'ve tried
window.open(\"postme.php?r=t\", \"_self\");
You could try:
window.location.reload(true); //true sets request type to GET