Is there any possibility for embedding application to call java script loaded by a page into embedded browser?
QI your embedded browser for a poitner to the nsIWebNavigation interface, and then call LoadURI with a string of the form "javascript:expr" where expr is some Javascript expression (including a Javascript function, complete with parameters).
-- Brad Fish [EMAIL PROTECTED] TALL Group Programmer _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
