How to fire a method on enter key press for a popup applet?
We have a requirement for which we need to fire a method whenever enter key is pressed for a certain popup applet, we had tried using the applet default method but it does not seems to be working. Please suggest a way to achieve this functionality.