How to track urls
-
Hi What is the basic idea to track the url requests. My intention is trap all url request i post using IE or mozilla and say save that to a file. Can any one help me in this regard. Regards Vivek Ragunathan
to track the urls of ie, it is possible to create a "browser helper object" (a kind of plugin for (internet) explorer). if i remember well, you can be notified on each new navigation. ++ thomas
-
Hi What is the basic idea to track the url requests. My intention is trap all url request i post using IE or mozilla and say save that to a file. Can any one help me in this regard. Regards Vivek Ragunathan
http://www.codeproject.com/useritems/ieguardsample.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta