This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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