HTMLElement_Method_AppendChild
Appends a child element.
R←I AppendChild X
I is the HTMLElement instance. X is the HTMLElement to be appended as a child of I.
This is na APLDOM to browser DOM synchronized method.
Appends a child element.
R←I AppendChild X
I is the HTMLElement instance. X is the HTMLElement to be appended as a child of I.
This is na APLDOM to browser DOM synchronized method.