|
[code:1:a5547a738e] <td width="493"><p align="left">Where are you coming from? <select class="jumpmenu" name="from" onChange="MM_jumpMenu('parent',this,1)">
<option value="#">----------------------------- </option>
<option value="maps.php?office=corporate&from=corpus" <?php if ($from == '') { if ($office == 'corporate') { echo "selected"; } } else { if ($from == 'corporate') { echo "selected"; } } ?>>Corpus Christi</option>
<option value="maps.php?office=corporate&from=mcallen" <?php if ($from == '') { if ($office == 'mcallen') { echo "selected"; } } else { if ($from == 'mcallen') { echo "selected"; } } } ?>>McAllen</option>
<option value="maps.php?office=corporate&from=sanantonio" <?php if ($from == '') { if ($office == 'sanantonio') { echo "selected"; } } else { if ($from == 'sanantonio') { echo "selected"; } } } ?>>San Antonio</option>
<option value="maps.php?office=corporate&from=houston" <?php if ($from == '') { if ($office == 'houston') { echo "selected"; } } else { if ($from == 'houston') { echo "selected"; } } } ?>>Houston</option>
<option value="maps.php?office=corporate&from=dallas" <?php if ($from == '') { if ($office == 'dallas') { echo "selected"; } } else { if ($from == 'dallas') { echo "selected"; } } } ?>>Dallas</option>
<option value="#">For Clients </option>
<option value="#">----------------------------- </option>
</select></p>[/code:1:a5547a738e]
|