Reloads the current page.
Syntax
location.reload([bReloadSource])
Parameters
bReloadSource Optional. Boolean that specifies one of the following values:
false Default. Reloads the page from the browser cache. true Reloads the page from the server.
Return Value
No return value.
Applies To