Capturing Events in Netscape (BeforeNavigate)
-
Hello everyone, I'm writing an application to intercept web requests done by Internet Explorer and NETSCAPE and then get the url and do some processing. I found some sample code on how to do that with Internet Explorer and its working fine.. Sample Code: http://www.freevbcode.com/ShowCode.Asp?ID=1606 but I need a way to do that in Netscape.. Please help me I've been searching for this for 2 weeks and havn't found a way. Thank you, Iyad Marzouka
::- z e r o n e s . n e t -:: -
Hello everyone, I'm writing an application to intercept web requests done by Internet Explorer and NETSCAPE and then get the url and do some processing. I found some sample code on how to do that with Internet Explorer and its working fine.. Sample Code: http://www.freevbcode.com/ShowCode.Asp?ID=1606 but I need a way to do that in Netscape.. Please help me I've been searching for this for 2 weeks and havn't found a way. Thank you, Iyad Marzouka
::- z e r o n e s . n e t -::Your going to have to write new classes for Netscape that do the exact same thing the IE sample does. Problem is your going to need the documentation from Netscape's site on the COM class that Navigator exports in order to match up classes, methods, and events to duplicate IE's functionality. Then you can rewrite the sample's class for a Netscape version, that is, IF Netscape exports everything you need... RageInTheMachine9532