Hi,Guys<br><br>&nbsp;I&#39;m currently doing a volunteer project and i need to get a zoom to button to work.<br>This is the code i have right now<br><br>&lt;html&gt;<br>&lt;body&gt;<br>&lt;head&gt;<br>&lt;script type = &quot;text/javascript&quot;&gt;<br>
// zoom to Region<br><br>&nbsp;&nbsp;&nbsp; function GoRegion()&nbsp; {<br><br>//&nbsp;&nbsp;&nbsp; alert(document.mapserv.mapzoomarea.value);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.mapserv.target=&quot;&quot;;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.mapserv.mode.value=&quot;browse&quot;;<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.mapserv.imgext.value = (document.mapserv.mapzoomarea.value);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.mapserv.submit();<br>&lt;/script&gt;<br>&lt;/head&gt;<br><br>&nbsp; <br>&lt;select name=&quot;mapzoomarea&quot; onChange=&quot;GoRegion();&quot;&gt;<br>
<br>&nbsp;&nbsp;&nbsp; &lt;option&gt;Zoom to Region&lt;/option&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;option&gt;------------------------&lt;/option&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5457203 487104 5451873 482304&quot;&gt;Reserve 2&lt;/option&gt;<br><br>
&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5435308 491431 5434498 490403&quot;&gt;Reserve 4&lt;/option&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5425919 541,907 5502970 444168&quot;&gt;Musqueam Statement Of Intent&lt;/option&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5435189 475830 5457751 504449&quot;&gt;Richmond Boundary&lt;/option&gt;<br>
<br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5448859 481843 5463269 500122&quot;&gt;Vancouver Boundary &lt;/option&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;5432692 482228 5457268 515426&quot;&gt;North Arm Fraser River &lt;/option&gt;<br>
<br>&nbsp;&nbsp;&nbsp; &lt;/select&gt;<br>&nbsp;&nbsp;&nbsp; <br><br><br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>it doesn&#39;t do anything, and i have no idea what&#39;s wrong with it, any help will be much appreciated.<br><br>thanx <br>