jump menu
Posted: Fri May 30, 2008 8:35 am
Hello guys am here again to ask some a little bit question about jump menu here my question like this
If I choose another DATA from category information also the type of problem and sub type will be change all of this is connected to data base please help me again…
Code: Select all
[b]Category Information:[/b]
<tr>
<td><select name="xxxx" size="1" id="xxxx">
<option>FROM MYSQLDATABASE</option>
</select></td>
</tr>
<tr>
<td>[b]Type of Problem:[/b]</td>
</tr>
<tr>
<td><select name="select" size="1" id="select">
<option>FROM MYSQLDATABASE</option>
</select></td>
</tr>
<tr>
<td>[b]Sub Type:[/b]</td>
</tr>
<tr>
<td><select name="select2" size="1" id="select2">
<option>FROM MYSQLDATABASE</option>
</select></td>If I choose another DATA from category information also the type of problem and sub type will be change all of this is connected to data base please help me again…