altHtml property
Gets or sets the optional alternative HTML script to execute if the object fails to load.
Syntax
HRESULT value = object.put_altHtml( sHTMLCode);HRESULT value = object.get_altHtml(* sHTMLCode);
Property values
Type: BSTR
the alternative HTML code to execute.
Show: