OK here goes: Need to filter out duplicates and the ability to remove added values to a SELECT box.
Number: <input type="text" name="number" />
<br />
<!-- Clicking the button should add an option w/ the value being the text displayed -->
<button type="button">Add</button>
<br />
<Select id="mySelect" size="9"></Select>
<br />
<!-- Display only if SELECT box has a value -->
<button type="button" hidden="hidden">Remove</button>
I have looked at this thread but still missing something.
I’m not quite sure what you’re asking, so clarification would be helpful. Here’s my crack at what your looking for:
Javascript
HTML