From: Star on
Hi all,

I have a webbrowser component integrated into my form.
In my page I have some links. My problem is when I click on those
links I want Internet Explorer to show up with a new window, instead
of using my existing webbrowser.

Is possible to do that?

The funny thing is it's works when I write a simple WIN32 application
but it doesn't in CF.

This is how I code my links:

<a href="http://google.com" target="_blank">Open new page</a>

Thanks