This interface specifies the document's base URL.
IHTMLBaseElement Methods
get_href Retrieves the document's full URL in case the document gets read out of context and the reader wants to refer to the original. get_target Retrieves the window or frame at which to target the contents. put_href Sets the document's full URL in case the document gets read out of context and the reader wants to refer to the original. put_target Sets the window or frame at which to target the contents.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The base URL is used to ensure that your document is not reviewed out of context. This element can be used only within the HEAD tag.