assign
Summary
Loads a new document from a given URL.
Method of dom/Locationdom/Location
Syntax
location.assign(url);
Parameters
url
- Data-type
- String
The URL of the document to load.
Return Value
No return value
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]