Brad_Mclain
02-07-2007, 07:43 PM
Ok I have a dropbox like this
<td>
<div align="left">Map Control: <br>
<select name="zoom">
<option value="5" [zoom_5_select]>Zoom In 5x</option>
<option value="4" [zoom_4_select]>Zoom In 4x</option>
<option value="3" [zoom_3_select]>Zoom In 3x</option>
<option value="2" [zoom_2_select]>Zoom In 2x</option>
<option value="1" [zoom_1_select] selected="selected">Recenter</option>
<option value="-2" [zoom_-2_select]>Zoom Out 2x</option>
<option value="-3" [zoom_-3_select]>Zoom Out 3x</option>
<option value="-4" [zoom_-4_select]>Zoom Out 4x</option>
<option value="-5" [zoom_-5_select]>Zoom Out 5x</option>
</select>
</div><br>
</td>
Currently on the first pageload it goes to "Recenter", thats fine and I want it to stay like this. However after every refresh it goes back to the "Recenter" option but I want it to go to whichever option was the last selected from the box.
Any help on this would be greatly appreciated.
Thanks Brad
<td>
<div align="left">Map Control: <br>
<select name="zoom">
<option value="5" [zoom_5_select]>Zoom In 5x</option>
<option value="4" [zoom_4_select]>Zoom In 4x</option>
<option value="3" [zoom_3_select]>Zoom In 3x</option>
<option value="2" [zoom_2_select]>Zoom In 2x</option>
<option value="1" [zoom_1_select] selected="selected">Recenter</option>
<option value="-2" [zoom_-2_select]>Zoom Out 2x</option>
<option value="-3" [zoom_-3_select]>Zoom Out 3x</option>
<option value="-4" [zoom_-4_select]>Zoom Out 4x</option>
<option value="-5" [zoom_-5_select]>Zoom Out 5x</option>
</select>
</div><br>
</td>
Currently on the first pageload it goes to "Recenter", thats fine and I want it to stay like this. However after every refresh it goes back to the "Recenter" option but I want it to go to whichever option was the last selected from the box.
Any help on this would be greatly appreciated.
Thanks Brad