baseUrl

Description

Returns a fully qualified url for the given (optional) relative url based upon the URL of the hosting document or the full URL of the hosting document.

Syntax

fullUrl = factory.baseURL[(url)]

This is a read-only property.

Applies To

factory, client side usage only.

Example

<script>
function window.onload() {
  childWindow.navigate(factory.baseURL("loaded.htm"))
}
</script>

See Also

relativeUrl