View Full Version : A complex question


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

Jared
08-20-2003, 10:35 PM
nm, i got it. Thx all for taking a look tho.