WebBrowser - event handling

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

Guest

Hello,
I have a WebBrowser form and I want to record the events which user makes on
web.
I handle the event onclick of WebBrowser (handler returns true). Then I
can't write in <INPUT type = 'text'> or change the selection in <SELECT>.
Is there some way to repair this?

Ondrej Srubar
 
I wrote it wrong. The event which I handle is onclick for DocEvent =
DirectCast(WebBrowser.Document, HTMLDocumentEvents_Event).
 
Back
Top