reload Method

Internet Development Index

Reloads the current page.

Syntax

location.reload( [bReloadSource])

Parameters

bReloadSource Optional. Boolean that specifies one of the following possible values:
falseDefault. Reloads the page from the browser cache.
trueReloads the page from the server.

Return Value

No return value.

Standards Information

There is no public standard that applies to this method.

Applies To

location