Re: Getting the clicktext from a browser control

2016-01-20 Thread Bob Sneidar
Well you can see how that would make the LC browser object horribly insecure. User clicks a link and you take him somewhere completely different? Or somewhere else in another browser object?? K! I don't think you can get that kind of control, and I would be very afraid if you could. Bob S

Re: Getting the clicktext from a browser control

2016-01-13 Thread J. Landman Gay
On 1/13/2016 7:39 AM, Colin Holgate wrote: The times that BrowserBeforeNavigate doesn’t get sent, is a BrowserBeforeNavigateFrame sent instead? There are no frames, so no. The browserBeforeNavigate only gets sent when the URL changes, and the links in the page do not always change URLs, (they

Re: Getting the clicktext from a browser control

2016-01-13 Thread Colin Holgate
The times that BrowserBeforeNavigate doesn’t get sent, is a BrowserBeforeNavigateFrame sent instead? > On Jan 13, 2016, at 1:13 AM, J. Landman Gay wrote: > > How are people dealing with the inability to know when a user clicks a link > in a (desktop) browser object? The only message I get rel