I'll try this, thanks for your reply. The problem is that some of the clicks will be valid (e.g. for some client-side javascript links that hide/display part of a tree structure).
That's not the _default_ action, so calling preventDefault should have no effect on it... preventDefault just prevents whatever the browser would have done by default.
An IFRAME in the loaded page will have some functions defined in it (e.g. scrollToPicture(picIndex)), and I just need to call:
scrollToPicture(3);
I'm not at all sure how to do this... You may want to ask in .dom or even .jseng
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding