|
Property |
Method |
Event |
|
|
BaseURL v5.0.0.6Specifies the URL of a document. Syntax[get] HRESULT BaseURL( [put] HRESULT BaseURL( Parameters[get] pVal [out, retval] Prints the content of the <BASE> tag of the document. [put] newVal [in] Enters BaseURL to be specified. Return Values'0' (always) RemarksRefers to the BASE tag in the BODY tag. When this property is set, the BASE tag is added or changed. If the content is gotten, the BASE tag content is retrieved. An empty string is returned if there is no BASE tag. Set BaseURL when the images or objects do not display in the current document which is open remotely. This property is different from BaseURL set in the initialization file. Sample CodesVB Script [get] dim object VB Script [put] dim object
|