Executes JavaScript code in the context of the active tab page
executeJavaScript = function(aCode, aFrameName);
executeJavaScript('document.write("Hello from WAScript");');