Joined: 11 Oct 2007 Posts: 231 Location: I have alzheimer's.
Posted: Wed Feb 11, 2009 11:47 pm Post subject: [Q] How do you catch a link in Delphi?
Hi, I'm trying to make the window that pops up when you click on a link in a TWebBrowser object to open in the same TWebBrowser object instead of popping up a window aka a link catcher, in Delphi. Thanks .
Write an OnBeforeNavigate2 event handler to redirect or cancel a change to a different URL. This event may occur as the result of a call to the Navigate or Navigate2 method, or the user clicking a link.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum