IE plugin
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Dear friends, i just want to develop IE plugin which should add a item to context menu.or display customized rectangle box when the user right click on some word. can any body knows better solution. Thankx amal
You might be able to do this with JavaScript and CSS2. You can draw a box around any HTML element (tag) and it's content using the border property in CSS2. You can catch a click or modify the context menu through JavaScript. By having two classes, you could change the class when the word is clicked, etc. Without knowing more of your application, I can't answer if you need a plug in or not, but it's very likely you can do it with JavaScript.