Executes JavaScript code in the context of the active tab page
procedure ExecuteJavaScript(aCode: string; aFrameName: string = '');
ExecuteJavaScript('document.write("Hello from WAScript");');