location.assign()
Availability |
BlackBerry Device Software version 4.6 or later |
The assign() method loads a new document. Unlike location.replace() , when the given URL is loaded, the old URL is still available in the BlackBerry Browser History list.
Syntax
location.assign( URL )
Parameters
Parameter |
Type |
Description |
---|---|---|
URL |
String |
The URL to load. |
Return values
None.
Exceptions
None.
See also
Last modified: 2013-08-14