Is there a way for this to be done

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can I access or trap the data entered into the browser address bar when
the go button is clicked? I am trying to get a all url entered into the
browser for access.

Thanks
 
Hello, Chris!

You can use combination of techniques:
- Browser Helper Object ( http://www.15seconds.com/issue/040331.htm )
- Windows hooks ( http://support.microsoft.com/kb/318804 ).

Using BHO you get access to browser internals.
Using Hooks you can intercept all user input in the browser

C> How can I access or trap the data entered into the browser address
C> bar when
C> the go button is clicked? I am trying to get a all url entered into
C> the
C> browser for access.


--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top