Hi list,<br><br>I have a list of tags. I want to be able to click on a tag and have that tag name populate an input field. I think delicious used to allow you to click on existing links to tag your bookmark similar to this (moving instead to auto_complete).
<br><br>My guess is the code looks something like this....<br>&lt;form&gt;<br>&lt;input type=&quot;text&quot; name=&quot;all&quot; id=&quot;discover&quot; size=&quot;16&quot; value=&quot;test1, test2&quot;/&gt;<br>&lt;/form&gt;
<br><br>&lt;a href onClick=&quot;document.form.discover.value == 'test3, test4'&quot;&gt;click me&lt;/a&gt;<br><br>...but I can't get it to work. Any suggestions?<br><br>Thanks,<br><br>Steve<br><a href="http://www.smarkets.net">
http://www.smarkets.net</a><br>