This page is Not Ready

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

BaseHref

Summary

Retrieves a string of the URL where the object tag can be found, often the href of the document that the object is in, or the value set by a base element.

Applies to ?
## Notes

Remarks

Use the BaseHref property to resolve relative paths when locating an object. The following rules determine the resulting p.

  • If the object element is on a page containing a base element, then p takes the value of the base.href property.
  • If the object element is on a page with javascript or vbscript, or is about protocol URLs, then p takes the value of the current page’s parent page URL. This applies to object.BaseHref property requests in iframe/ frame elements as well.
  • For all other object elements, p takes the value of the page they are found on.

Syntax

See also

Related pages

  • object

Attributions