on ‎2007 May 11 8:11 AM
Hi,
I have a requirement in which I need to perform a function on either a right-click or key-press on an applet. I was not able to get any standard applet event through which I could achieve this. Is there any other workaround using html/javascript for this? Can anybody please help me out?
Request clarification before answering.
There are no right-click event listeners in the applet that you can script against. What are you really trying to accomplish through this?
Regards,
Jeremy Good
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks for your replies, Jeremy and Rick. But I actually wanted to avoid the use of HTML buttons for performing this function. My requirement is that I have an ibrowser with multiple selection and after selecting the required items from the list, I need to paste them into a textarea by doing a right-click or on a keypress. I tried putting the applet into a span tag and performing the function on keypress, but it doesnt work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Amrita.
It would probably be easier to simply place an HTML button above, below, or next to the applet to perform/trigger your function.
- Rick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.