I have a project in WPF (Windows Presentation Foundation). In a WebBrowser within a Window I show a web page that contains some links that trigger pop-ups, then:
1) How to enable by default the option to allow all pop-ups?
2) How to display pop-ups in a new window, not in an external window of Internet Explorer?