The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How to <if> this ?
I have the following three drop downs :
HTML Code:
<!-- Main --> <td width="30%" class="alt2"><b>Game</b></td> <td align="left" width="70%" class="alt1Active"> <SELECT NAME="Game"> <OPTION VALUE="Onslaught.ONSOnslaughtGame">Onslaught <OPTION VALUE="XGame.xDeathMatch">Deathmatch </SELECT> </td> </tr> <!-- / Main --> <!-- Deathmatch --> <td width="30%" class="alt2"><b>Map</b></td> <td align="left" width="70%" class="alt1Active"> <SELECT NAME="Map"> <OPTION VALUE="DM-Rankin">DM-Rankin <OPTION VALUE="DM-Morpheus3">DM-Morpheus3 </SELECT> </td> </tr> <!-- / Deathmatch --> <!-- Onslaught --> <td width="30%" class="alt2"><b>Map</b></td> <td align="left" width="70%" class="alt1Active"> <SELECT NAME="Map"> <OPTION VALUE="ONS-Torlan">ONS-Torlan <OPTION VALUE="ONS-Dria">ONS-Dria </SELECT> </td> </tr> <!-- / Onslaught --> Lets say someone chooes Onslaught in the first drop down I would like to show the Onslaught drop down and the Deathmath not at all and the other way around |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|