![]() |
VOOZH | about |
The location reload() method in HTML DOM is used to reload the current document. This method refreshes the current documents. It is similar to the refresh button in the browser.
Note: It does not return any value.
location.reload( forceGet )It does not take any parameters
Example: This example illustrates the use of the location reload( ) method.
Output:
👁 Image