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.