Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

basehref attribute | BaseHref property

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

Syntax

HTML<element basehref="p" ... >
JavaScript

p = object.BaseHref

 

Property values

Type: String

the URL of the object.

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.

See also

object

 

 

Show:
© 2017 Microsoft