Hi,
I have the next problem.
I have a pulldown menu with value's in them.
duplicate pulldown menu's can be added unlimited times with a javascript button.
something like this:
Code:
<select>
<option value="1">
<option value="2">
<option value="3">
</select>
<select>
<option value="1">
<option value="2">
<option value="3">
</select>
<select>
<option value="1">
<option value="2">
<option value="3">
</select>
Now i like to filter so that for example value 1 cant ben selected twice.
Hope this story is clear.
thnx
__________________________________________________ ________
This is my junk I'm gona eat it