|
Does anyone know a way to do this?
Lets say we have a page that has the following information:
<content>
Clean Dirty Widgets Blue Green Red
< blank text box >
</content>
I would like to make the individual words "clickable", so when you click the word, it places that work inside the text box. Then, if you click another word, it places that word in the text box AFTER the first word. Basically, if you click the words in any order, it will record the order they were clicked in the text box.
If I click Dirty, then Red, then Widgets; it would show the following in the text box:
Dirty Red Widgets
Is that possible? I am guessing this would be done in javascript, but I am not certain. Can someone point me in the right direction?
Thank you.
Frank
|