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 | ? |
---|
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
orvbscript
, 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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]