HTMLElement SetInnerHTML Method

Sets the inner HTML of an element.

      R←I SetInnerHTML X

This is an APLDOM to browser DOM synchronized method.

I is the HTMLElement instance. X is an HTMLElement or a character vector of rendered HTML. R is 0.