Forum Moderators: open
from a popup window:
if (this textarea in the main form is doubleclicked on)
then perform a certain action
Does anyone have any idea how this works?
if so, please let me know. I need urgent help.
thank you,
Nazli
If you don't want to manipulate any HTML to detect a double-click, I suppose you could create a double-click function in an external JS file, and not link it to anywhere. Of course, then it would have absolutely no effect on anything.
That would be a neat trick.