You would like to see if the person is pressing a button on the IE toolbar
or toolbar that you have on your asp.net page?
As far as I know, you can't capture clicks that are done out of your own
page.
Please correct me if I am wrong.
You would like to see if the person is pressing a button on the IE toolbar
or toolbar that you have on your asp.net page?
As far as I know, you can't capture clicks that are done out of your own
page.
Please correct me if I am wrong.
since the toolbar renders its text as html, you can embed script in the text
property from the designer in visual studio or inside the html page.
Consider clicking on the items collection of the toolbar control and
selecting the button you want to map your click event to. Add a similar line
to the text property:
<span onclick="myFunction()" style="color:brown;Borderutset;">View
Rates</span>