IHTMLDoc Methods

The methods of the IHTMLDoc class are listed here.

Interface

IHTMLDoc Interface

Public Methods

 

Name

Description

CreateSessionURL

Creates an url pointing to a local filename. This url is valid during the session lifetime and its private to this session.

CreateComponent

Inserts an HTML. Used to insert regular HTML elements or WebComponents with custom elements.

GetSafeURL

Gets a safe, temporary and unique URL to access any file in the disk.

LoadScript

Loads a script from url.

ImportHTML

Imports an HTML from URL. If Filename is specified, creates a session URL first and then imports the html file from that Filename.