Hi,

Is there a way to get the target frame name when a link is clicked.
Currently, I can get the URL inside the OnStartURIOpen() method but
cannot figure out a way on how to get the target frame name.

For example,

<a href="http://someURL"; target="someName">A Link</a>

How do I obtain "someName" when A Link is clicked?

I've found an abstract class called nsILinkHandler and try to
implement it the same way as nsWebShell does but my OnLinkClick() does
not get invoked when a link is clicked.

I'm using Mozilla 1.02 source for Mac OS classic and X.

Any help is appreciated,
an
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to