Possible to open link in user browser? (SOLVED)

Is it possible to open a extern link in the users standard webbrowser and not in the application?

Yes, it’s documented here:
http://www.exeoutput.com/help/externallinks.htm (Trident) or http://www.exeoutput.com/help/specialprotocols.htm (Chromium)
_heexternal: forces the application to open the destination URL in the default web browser (Internet Explorer or Mozilla Firefox for instance).
heexternal:// for Chromium

Great! Thanks alot. I will test asap.