Dear All, I'm embedding browser into my application using GtkMozEmbed.
If there is a link open in current window(<A href="xxx" target="_self">), GtkMozEmbed emits a signal "open_uri", with which I could retrieve the URL. But if the link is to be opened in a new window(<A href="xxx" target="_blank">), GtkMozEmbed emits "new_window", with which I create a new window, but I don't know which URL to open. Is there any simple way to know the URL in the 2nd case? Thanks in advance! Best Regards, enrico _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
