I’m not having any luck with the OnNavigateComplete function in my UserMain script. It’s not firing after the pages have finished loading on my home page, youtube.com or https://www.gdgsoft.info
procedure OnNavigateComplete(URL: String);
begin
//When a page has been displayed.
MessageDlg(URL, “URL Test”, mtInformation, [mbOK]);
end;
thanks!
1 post - 1 participant