Содержание

executeJavaScript

Executes JavaScript code in the context of the active tab page

Syntax

executeJavaScript = function(aCode, aFrameName);

Parameters

Notes

Examples

  1. executeJavaScript('document.write("Hello from WAScript");');