Jared
08-20-2003, 08:02 PM
I have this code for selecting if you want to be a demon, or angel...
<tr><td align="left" valign="top">Alligiance: </td>
<td><select name="side" value="[side]">
<option>Angels</option>
<option>Demons</option>
</select>
</td></tr>
How would i make it so if some1 chose their side, it would dissapear. I only want them to beable to choose once
<tr><td align="left" valign="top">Alligiance: </td>
<td><select name="side" value="[side]">
<option>Angels</option>
<option>Demons</option>
</select>
</td></tr>
How would i make it so if some1 chose their side, it would dissapear. I only want them to beable to choose once