Hi Manfred,<br>  <br>  &nbsp;Yup your right with the button.&nbsp; Here is the code for the initializa button<br>  <br>  &lt;html&gt;<br>  &nbsp; &lt;head&gt;&lt;title&gt;Mapserver Richland County&lt;/title&gt;&lt;/head&gt;<br>  &lt;body&gt;<br>  &nbsp; &lt;form method=GET action="/cgi-bin/mapserv"&gt;<br>  &nbsp;&nbsp;&nbsp; &lt;input type="submit" value="Richland County MapServer"&gt;<br>  <br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="program" <br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="mapserv"&gt;<br>  <br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="map" <br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="/home/mapdata/richland.map"&gt;<br>  <br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="mapext" <br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  value="625173.309834 5085113.091715 718065.960556 5160035.212592"&gt;<br>  <br>  <br> 
 &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="layers" <br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  value="aerial richland boundary cities roads sections rivers lakes  railroad parcels"&gt;<br>  &nbsp;&nbsp;&nbsp; <br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="zoomsize" <br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; size="1" value="1"&gt;<br>  <br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="qstring"&nbsp;&nbsp;&nbsp; value=""&gt;<br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="qlayer"&nbsp;&nbsp;&nbsp;&nbsp; value=""&gt;<br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="qitem"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value=""&gt;<br>  &nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="savequery"&nbsp; value=""&gt;<br>  <br>  &nbsp; &lt;/form&gt;<br>  &nbsp;&lt;/body&gt;<br>  &lt;/html&gt;<br>  <br>  &nbsp;Thanks for you time.<br>  <br>  Albert<br><br><b><i>Manfred Meier
 &lt;m.meier@SPIEKERMANN.DE&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">  Hi Albert,<br><br>if I understand right, you have a page with an initialize button and <br>when you click it you get a page with a map and this works fine, ok?<br><br>So send us the html-code of your page with the button. Perhaps we can <br>"create" an example url for you which you can put in the adress field of <br>the browser.<br><br> &gt;     You must pass the name of your map file.<br> &gt;     For example:<br> &gt;     http://your.server/cgi-bin/mapserv.exe?map=path/to/your/file.map<br><br> &gt;  Where do I put that example at? Also I look at map context support<br><br>It could be helpful, if you explain to us, how you want to load the map:<br><br>- do want to load it from a menu or from a link?<br>- or should your map be part of an html-page and and shall sit in a div <br>or an
 iframe?<br><br>Manfred<br><br><br><br><br><br><br><br>Albert Anderson schrieb:<br><br>&gt; hi,<br>&gt; <br>&gt;  Where do I put that example at? Also I look at map context support <br>&gt; through cgi and I dont understand it.  The site is <br>&gt; http://mapserver.gis.umn.edu/docs/reference/cgi/mapcontext<br>&gt; Could you help me.<br>&gt; <br>&gt; Albert<br>&gt; <br>&gt; Siki Zoltan <siki @agt.bme.hu=""> wrote:<br>&gt; <br>&gt;     Hi Albert!<br>&gt; <br>&gt;     You can pass parameters through the url.<br>&gt;     You must pass the name of your map file.<br>&gt;     For example:<br>&gt;     http://your.server/cgi-bin/mapserv.exe?map=path/to/your/file.map<br>&gt; <br>&gt;     Zoltan<br>&gt; <br>&gt;     There aremany parameters you can set through the url, see the cgi<br>&gt;     mapserver reference.<br>&gt; <br>&gt;     On Wed, 2 Aug 2006, Albert Anderson wrote:<br>&gt; <br>&gt;      &gt; Hi,<br>&gt;      &gt;<br>&gt;      &gt; I am using intializing button as a submit
 button. The html<br>&gt;     template is using the get method. I would like to know how to get<br>&gt;     rid of the submit button. Just have the mapserver auto load into the<br>&gt;     html without clicking the intializing and get the information from<br>&gt;     the mapserver. Thanks<br>&gt;      &gt;<br>&gt;      &gt; Albert<br>&gt;      &gt;<br>&gt;      &gt; Manfred Meier wrote: I don't know your application and so don't<br>&gt;     know which initialzing button<br>&gt;      &gt; you mean. But if there is a button then it is most likely a submit<br>&gt;      &gt; button of a form. Look at the source code of the html page in your<br>&gt;      &gt; browser and try to find out, to what url the action property in<br>&gt;     the form<br>&gt;      &gt; tag points.<br>&gt;      &gt;<br>&gt;      &gt; If there are no other hidden or visible input tags, try to point<br>&gt;     your<br>&gt;      &gt; browser to the url in the action property. If there are input<br>&gt;    
 tags, try<br>&gt;      &gt; to append the neccessary values to the url.<br>&gt;      &gt;<br>&gt;      &gt; I don't know if that works in your case. But its a often used<br>&gt;     method to<br>&gt;      &gt; circumvent the manual filling of forms.<br>&gt;      &gt;<br>&gt;      &gt; Manfred<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; Albert Anderson schrieb:<br>&gt;      &gt;<br>&gt;      &gt; &gt; Hi List,<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; My question is how do I get my page to load auto like without<br>&gt;     using<br>&gt;      &gt; &gt; initialzing button. I dont want to use the button. I just want<br>&gt;     to page<br>&gt;      &gt; &gt; just load. Is there a way around this? I'm using a linux<br>&gt;     machine with<br>&gt;      &gt; &gt; mapsever 4. Could someone help me?<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; Thanks,<br>&gt;      &gt; &gt; Albert<br>&gt;      &gt; &gt;<br>&gt;      &gt;
 &gt;<br>&gt;     ------------------------------------------------------------------------<br>&gt;      &gt; &gt; Do you Yahoo!?<br>&gt;      &gt; &gt; Next-gen email? Have it all with the all-new Yahoo! Mail Beta.<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; ---------------------------------<br>&gt;      &gt; Groups are talking. We´re listening. Check out the handy changes<br>&gt;     to Yahoo! Groups.<br>&gt; <br>&gt; <br>&gt; __________________________________________________<br>&gt; Do You Yahoo!?<br>&gt; Tired of spam? Yahoo! Mail has the best spam protection around<br>&gt; http://mail.yahoo.com<br>&gt; <br></siki></blockquote><br><p>&#32;
                <hr size=1>Yahoo! Music Unlimited - Access over 1 million songs.
<a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/ 
">Try it free.</a>