HTMLViewer url?

Is there any way yet to get the url of an HTMLVIewer web page? Right now my app displays a page, but if the user clicks a link on that page, I’d like to capture what the new URL is. I did a search but couldn’t quite find this info.

Do you have a plugin for this Christian?

Perhaps you should check the documentation for HTMLViewer
http://documentation.xojo.com/index.php/HTMLViewer

Use the CancelLoad event of the HTMLViewer. It receives the new address before the new page loads.