How to add onclick or onselect functions to HTML Textarea ?

Re: How to add onclick or onselect functions to HTML Textarea ?

{$a->নাম} - {$a->তারিখ} দ্বারা
Number of replies: 0
If I understood your question right, you're trying to get selected text from HTMLArea and not into it?

HTMLArea is not actually a textarea element but iframe. So the key word is:
window.frames[<frame>].document.<selection method>

- Janne -