Hi,
I'm using a select-option menu.
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?PHP Code:<select name="back" id="back" style="width:150px;">
<option>----</option>
<option>number</option>
</select>
Thanks



Reply With Quote

Bookmarks