Get navigation url

Hi,

Is there a procedure to get the browser url when navigating through internet with chromium ?
I am looking for the possibility to show this url when clicking a button in toolbar !

Thank-you,
Gilbert

Have you tried the following event in UserMain?

function OnBeforeNavigate (NewURL, TargetFrame: String): Boolean;

http://www.exeoutput.com/help/scripttemplates

Thank-you for your answer.

What i need is to bookmark the url of the website when navigating to a website on the net, just like adding a link to favorite.

Is there a procedure or function for that ?

No, ExeOutput doesn’t manage favorites like HTML Executable does. You’ll have to write everything yourself.

1 Like

Thank-you, I understand !