Reload page vs refresh page? any difference?

reload page vs refresh page?
is there any difference between two of them??

AFAIK refresh is when the page (eg. mete refresh) instructs the browser to reload the page, and reload (eg. the browser button) is when the user decides to have the browser refresh the page.

in term of javascript, is there any different?

I had to look this one up. Paraphrased/quoted from my old “dummies” book.

Use the refresh method of the navigator.plugins array to load and make available any newly installed plugins. (Normally users have to close and reopen their browsers to refresh newly installed plugins.

The reload method of the location object forces reload of the document specified by the URL in the href property of the location object. The result of the reload method is the same as clicking the reload button in NS or the refresh button in IE

1 Like