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>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.