Search w3schools.com:

SHARE THIS PAGE

Location reload() Method

Location Object Reference Location Object

Example

Reload the current document:

location.reload();

Try it yourself »

Definition and Usage

The reload() method is used to reload the current document.

The reload() method does the same as the reload button in your browser.

By default, the reload() method reloads from the cache, but by you can force the the reload to get the page from server by setting the forceGet parameter to true.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The reload() method is supported in all major browsers.


Syntax

location.reload(forceGet)

Parameters

Parameter Type Description
forceGet Boolean Optional. default false which reloads the page from the cache. Set this paramter to true if you want to force the browser to get the page from the server

Return Value

No return value



Location Object Reference Location Object

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]