IHTMLBaseElement interface

Specifies the base URL for the document.

Members

The IHTMLBaseElement interface inherits from the IDispatch interface. IHTMLBaseElement also has these types of members:

  • Properties

Properties

The IHTMLBaseElement interface has these properties.

Property Description

href

Gets or sets the baseline URL on which relative links are based.

target

Sets or retrieves the window or frame at which to target content.

 

Remarks

The base URL is used to ensure that your document is not reviewed out of context. This element can be used only in the head tag.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch