|
copying text from a string into an input field
Hi, I'm a total javascript noob, so I have a rather stupid question;
How can I copy a small text (tag) from a document into an input box? I want to create a simple tagging function for a news script, and above the input fields for the tags, I want to display all the existing tags. So the user can just click on a tag, and it's automatically entered into the input field, comma seperated.
Thanks in advance!
|