I'm using a browser control in my application and I was wondering the following:

When I display a html page in the control, is it possible to track when the user clicks on
a link (a href="...") and then take action according to the link he clicked. For example when
a user clicks "more info" in the html page, the application would pop up a new form that
displays the info (while the actual link in the html would just refer back to the same page.