Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open link
#2
Hi,

The navigation is done via function jsfcljs .. so we're missing part of the puzzle, it's a bit of a reverse engineering exercise if you go down that route.

Are you initiating that click programmatically?
If so then another possibility might be to try something else.
You could set a global variable before you process that click and then use the state of that global variable to act specifically on the click.

There's the event OnNavigationStarting with parameter Arg of type AntViewNavigationStartingEventArgs
You could cancel navigation in the current control by setting Cancel to true, get the URI and request headers for use in another instance of the browser control.

Something along those lines might work.

--
Wil
Reply


Messages In This Thread
Open link - by carlos@agpsoftware.com - 2024-12-09, 08:45:21
RE: Open link - by wila - 2024-12-09, 12:20:05
RE: Open link - by carlos@agpsoftware.com - 2024-12-09, 20:00:32
RE: Open link - by wila - 2024-12-09, 21:17:00
RE: Open link - by carlos@agpsoftware.com - 2024-12-14, 11:50:06
RE: Open link - by carlos@agpsoftware.com - 2024-12-14, 18:37:17
RE: Open link - by carlos@agpsoftware.com - 2024-12-15, 08:56:15
RE: Open link - by wila - 2024-12-16, 13:21:43
RE: Open link - by carlos@agpsoftware.com - 2024-12-16, 15:38:28
RE: Open link - by wila - 2024-12-17, 12:55:22
RE: Open link - by carlos@agpsoftware.com - 2024-12-17, 16:58:27
RE: Open link - by wila - 2024-12-17, 22:19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)