jump menu

<form id=”form1″ name=”form1″ method=”post” action=”">
<table width=”99%” border=”0″ cellspacing=”0″ cellpadding=”0″>
<tr><td>
<select name=”menu1″ onchange=”MM_jumpMenu(‘parent’,this,0)”>
<option value=”" <?php if($_REQUEST['th']==’np’){ echo “selected”;} ?>>National Parks</option>
<option value=”" <?php if($_REQUEST['th']==’ads’){ echo “selected”;} ?>>Adventure Sport</option>
<option value=”" <?php if($_REQUEST['th']==’wf’){ echo “selected”;} ?>>Waterfalls</option>
<option value=”" <?php if($_REQUEST['th']==’mt’){ echo “selected”;} ?>>Medical Tourism</option>
<option value=”" <?php if($_REQUEST['th']==’rs’){ echo “selected”;} ?>>Resorts</option>
<option value=”" <?php if($_REQUEST['th']==’bch’){ echo “selected”;} ?>>Beaches</option>
<option value=”" <?php if($_REQUEST['th']==’ws’){ echo “selected”;} ?>>Water Sports</option>
<option value=”" <?php if($_REQUEST['th']==’hm’){ echo “selected”;} ?>>Historical Monuments</option>
</select>
</td>
</tr>
</table>
</form>

Leave a Comment