/html-dom /Basic
GitHub 4932★

Reload the current page

Reload and keep the POST data

location.reload();

Reload and ignore the POST data

location.href = location.href;

See also

Follow me on and to get more useful contents.