Using the webbrowser control is there a way to load a url then prevent the user from navigating to any links other than ones in a list of approved urls ?
Which events should I be looking at to code
I looked at scripting in 'addresschange' and 'navigationstart' events
in addresschange event i found i could evaluate the uri variable in addresschange and using wb_1.StopNavigation()
is this the right approach?
Frank.
I see from your separate response that you are running PB 2022 R3. The solution you have proposed sounds reasonable, but I'm unable to judge whether this is the only or best approach. Have you tried it? If not, please do so, and update this thread with the results. Perhaps others in the Community will offer their insight and experience, but I would not wait in the hopes of hearing from them. Good luck!