lord22
08-23-2009, 10:27 PM
Hi,
I'm using a select-option menu.
<select name="back" id="back" style="width:150px;">
<option>----</option>
<option>number</option>
</select>
Is it possible that when I'll choose number it will change the class of a table I have (called mytable) to a class called number?
Thanks
I'm using a select-option menu.
<select name="back" id="back" style="width:150px;">
<option>----</option>
<option>number</option>
</select>
Is it possible that when I'll choose number it will change the class of a table I have (called mytable) to a class called number?
Thanks