Hi, First of all, I apologize if this is not the appropriate group and please direct me to the correct one.
I'm trying to understand how to do interaction between JS code in the chrome and content/web page itself. More specifically, I've created a simple browser with tabs as a standalone XUL application and I'm looking for a way to invoke JS function in the web page rendered. It looks like I should be able to wrappedJSObject to access JS functions and variables defined in the web page. Correct? Also, I'm wondering how to invoke functions that are not part of the global namespace, but attached to nodes or events in the page. e.g in the following page, how can I trigger the validate function? http://euler.opoint.com/form.php Thanks, Tomas PS: I don't care if it's considered safe or pretty or not, it's just for private usage... :) _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform