I am writing an application which embeds mozilla. There are some links in my custom html page which doesn't point to any content, but it has some significance for me. Due to backward compatibility I cannot change the html pages. Is there anyway i can get OnLinkClick() kind of event in my application
The simplest way to do this is to use addEventListener to attach an event listener to the document in the window.... (possibly off one of the progress notifications, if you want the listener attached before onload).
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
