InnerHTML

If the src property is undefined, the pop-up window utilizes a HTML page and lets the user modify its InnerHTML as in a regular HTML web page. This property gets and sets this InnerHTML.

 

JavaScript

 

InnerHTML

 

C#

 

string InnerHTML { get; set; }

 

C++

 

HRESULT InnerHTML([out, retval] BSTR* pVal)

HRESULT InnerHTML([in] BSTR pVal