HTMLElement ExecuteOnElement Method
Executes a snippet of JavaScript on an element in the browser.
R←I ExecuteOnElement X
I is the HTMLElement instance. X is a character vector of JavaScript R is 0.
The method runs asynchronously, and provides no useful result.