I'm capturing URL clicks in my embedded application, and this load-stopping is not desirable. Any way to work around?
Call preventDefault on the click events?
3. How do I call Javascript from my embedding code?
The JavaScript you want to call has to be an XPCOM component, usually (unless you want to call the JS engine on literal strings by hand...)
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
