Window location.reload()

Example

Reload the current document:

location.reload();
Try it Yourself »

Description

The reload() method reloads the current document.

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


Syntax

location.reload()

Parameters

NONE

Return Value

NONE

Browser Support

location.reload() is supported in all browsers:

Chrome Edge Firefox Safari Opera IE
Yes Yes Yes Yes Yes Yes


Copyright 1999-2023 by Refsnes Data. All Rights Reserved.