Hello JS gurus
I have a tricky litle task on my hands, forgive my previous post - it was in correct.
I have three dynamicly populated textareas, each having thier own 'moveText' link associated, plus one empty textArea. My objective is to let the user select text from a text area then click the button to move the selected text to the empty textarea. Can this be done??
Further breakdown: How could I detect what values have been selected in a text area, is there a function for this??
Once I have these values it seems fairly strait forward to populate the empty area
A bit stuck, thank you in advance
I have a tricky litle task on my hands, forgive my previous post - it was in correct.
I have three dynamicly populated textareas, each having thier own 'moveText' link associated, plus one empty textArea. My objective is to let the user select text from a text area then click the button to move the selected text to the empty textarea. Can this be done??
Further breakdown: How could I detect what values have been selected in a text area, is there a function for this??
Once I have these values it seems fairly strait forward to populate the empty area
A bit stuck, thank you in advance