location.reload()
Availability |
BlackBerry Device Software version 4.6 or later |
The reload() method reloads the current web page.
Syntax
location.reload( forceGet )
Parameters
Parameter |
Type |
Description |
---|---|---|
forceGet |
boolean |
When true, indicates that the page will always be reloaded from the server. When false, or unspecified, the page can be reloaded from the BlackBerry Browser cache, if it is available and still valid. |
Return values
None.
Exceptions
None.
See also
Last modified: 2013-08-14