Guostong
I try to write a IE add-on to restrict the visiting of web site, user can only visit some allowed web site. So I cancel the request in DISPID_BEFORENAVIGATE2 event if the web site is not allowed, it works, but how to redirect to a specified URL
IWebBrowser2.Navigate2 don't work.