I\'m trying to refresh a page without sending POST from the previous time.
I\'ve tried
window.open(\"postme.php?r=t\", \"_self\");
Got this to work...
window.location = "postme.php?r=t";