Hi Manfred,<br>  <br>  &nbsp;Thanks!&nbsp; It works how I wanted it.<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>I think this solution of David with the onload routine is really good.<br><br>But if you want to try the URL approach you could try:<br><br>http://your-host/cgi-bin/mapserv?program=mapserv&amp;<br>map=/home/mapdata/richland.map&amp;<br>mapext=625173.309834 5085113.091715 718065.960556 5160035.212592&amp;<br>layers=aerial richland boundary cities roads sections rivers lakes <br>railroad parcels&amp;<br>zoomsize=1<br><br>I did put together the informations from your html-code. You have to <br>change the hostname. Then put this URL in one line into the address <br>field of your browser. I hope, I made no mistakes and do not create
 <br>confusion.<br><br>Manfred<br><br><br><br><br><br><br>Albert Anderson schrieb:<br><br>&gt; Hi Manfred,<br>&gt; <br>&gt;  Yup your right with the button.  Here is the code for the initializa button<br>&gt; <br>&gt; <br><title>Mapserver Richland County</title>&gt;   <br>&gt; <br>&gt;   <form method="get" action="/cgi-bin/mapserv"><br>&gt;     <input value="Richland County MapServer" type="submit"><br>&gt; <br>&gt;     <input name="program" type="hidden"><br>&gt;              value="mapserv"&gt;<br>&gt; <br>&gt;     <input name="map" type="hidden"><br>&gt;               value="/home/mapdata/richland.map"&gt;<br>&gt; <br>&gt;     <input name="mapext" type="hidden"><br>&gt;               value="625173.309834 5085113.091715 718065.960556 <br>&gt; 5160035.212592"&gt;<br>&gt; <br>&gt; <br>&gt;     <input name="layers" type="hidden"><br>&gt;               value="aerial richland boundary cities roads sections <br>&gt; rivers lakes railroad parcels"&gt;<br>&gt;    <br>&gt;    
 <input name="zoomsize" type="hidden"><br>&gt;               size="1" value="1"&gt;<br>&gt; <br>&gt;     <input name="qstring" value="" type="hidden"><br>&gt;     <input name="qlayer" value="" type="hidden"><br>&gt;     <input name="qitem" value="" type="hidden"><br>&gt;     <input name="savequery" value="" type="hidden"><br>&gt; <br>&gt;   </form><br>&gt;  <br>&gt; <br>&gt; <br>&gt; <br>&gt; I would like the map to load up when I go to the url right away. So <br>&gt; right when you type it in the address box and html page load that the <br>&gt; map would too.<br>&gt;  Thanks for you time.<br>&gt; <br>&gt; Albert<br>&gt; <br>&gt; Manfred Meier <m.meier @spiekermann.de=""> wrote:<br>&gt; <br>&gt;     Hi Albert,<br>&gt; <br>&gt;     if I understand right, you have a page with an initialize button and<br>&gt;     when you click it you get a page with a map and this works fine, ok?<br>&gt; <br>&gt;     So send us the html-code of your page with the button. Perhaps we
 can<br>&gt;     "create" an example url for you which you can put in the adress<br>&gt;     field of<br>&gt;     the browser.<br>&gt; <br>&gt;      &gt; You must pass the name of your map file.<br>&gt;      &gt; For example:<br>&gt;      &gt; http://your.server/cgi-bin/mapserv.exe?map=path/to/your/file.map<br>&gt; <br>&gt;      &gt; Where do I put that example at? Also I look at map context support<br>&gt; <br>&gt;     It could be helpful, if you explain to us, how you want to load the map:<br>&gt; <br>&gt;     - do want to load it from a menu or from a link?<br>&gt;     - or should your map be part of an html-page and and shall sit in a div<br>&gt;     or an iframe?<br>&gt; <br>&gt;     Manfred<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt;     Albert Anderson schrieb:<br>&gt; <br>&gt;      &gt; hi,<br>&gt;      &gt;<br>&gt;      &gt; Where do I put that example at? Also I look at map context support<br>&gt;      &gt; through cgi and I dont
 understand it. The site is<br>&gt;      &gt; http://mapserver.gis.umn.edu/docs/reference/cgi/mapcontext<br>&gt;      &gt; Could you help me.<br>&gt;      &gt;<br>&gt;      &gt; Albert<br>&gt;      &gt;<br>&gt;      &gt; Siki Zoltan wrote:<br>&gt;      &gt;<br>&gt;      &gt; Hi Albert!<br>&gt;      &gt;<br>&gt;      &gt; You can pass parameters through the url.<br>&gt;      &gt; You must pass the name of your map file.<br>&gt;      &gt; For example:<br>&gt;      &gt; http://your.server/cgi-bin/mapserv.exe?map=path/to/your/file.map<br>&gt;      &gt;<br>&gt;      &gt; Zoltan<br>&gt;      &gt;<br>&gt;      &gt; There aremany parameters you can set through the url, see the cgi<br>&gt;      &gt; mapserver reference.<br>&gt;      &gt;<br>&gt;      &gt; On Wed, 2 Aug 2006, Albert Anderson wrote:<br>&gt;      &gt;<br>&gt;      &gt; &gt; Hi,<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; I am using intializing button as a submit button. The html<br>&gt;      &gt; template is using
 the get method. I would like to know how to get<br>&gt;      &gt; rid of the submit button. Just have the mapserver auto load into the<br>&gt;      &gt; html without clicking the intializing and get the information from<br>&gt;      &gt; the mapserver. Thanks<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; Albert<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; Manfred Meier wrote: I don't know your application and so don't<br>&gt;      &gt; know which initialzing button<br>&gt;      &gt; &gt; you mean. But if there is a button then it is most likely a submit<br>&gt;      &gt; &gt; button of a form. Look at the source code of the html page in your<br>&gt;      &gt; &gt; browser and try to find out, to what url the action property in<br>&gt;      &gt; the form<br>&gt;      &gt; &gt; tag points.<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; If there are no other hidden or visible input tags, try to point<br>&gt;      &gt; your<br>&gt;      &gt; &gt; browser to the url in the
 action property. If there are input<br>&gt;      &gt; tags, try<br>&gt;      &gt; &gt; to append the neccessary values to the url.<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; I don't know if that works in your case. But its a often used<br>&gt;      &gt; method to<br>&gt;      &gt; &gt; circumvent the manual filling of forms.<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; Manfred<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; Albert Anderson schrieb:<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; &gt; Hi List,<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt; &gt; &gt; My question is how do I get my page to load auto like without<br>&gt;      &gt; using<br>&gt;      &gt; &gt; &gt; initialzing button. I dont want to use the button. I just want<br>&gt;      &gt; to page<br>&gt;      &gt; &gt; &gt; just load. Is there a way around this? I'm using a linux<br>&gt;      &gt; machine with<br>&gt;      &gt; &gt; &gt;
 mapsever 4. Could someone help me?<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt; &gt; &gt; Thanks,<br>&gt;      &gt; &gt; &gt; Albert<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt;<br>&gt;     ------------------------------------------------------------------------<br>&gt;      &gt; &gt; &gt; Do you Yahoo!?<br>&gt;      &gt; &gt; &gt; Next-gen email? Have it all with the all-new Yahoo! Mail Beta.<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt; &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; ---------------------------------<br>&gt;      &gt; &gt; Groups are talking. We´re listening. Check out the handy changes<br>&gt;      &gt; to Yahoo! Groups.<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; __________________________________________________<br>&gt;      &gt; Do You Yahoo!?<br>&gt;      &gt; Tired of spam? Yahoo! Mail has the best spam protection around<br>&gt;      &gt;
 http://mail.yahoo.com<br>&gt;      &gt;<br>&gt; <br>&gt; <br>&gt; ------------------------------------------------------------------------<br>&gt; Do you Yahoo!?<br>&gt; Everyone is raving about the all-new Yahoo! Mail Beta. <br>&gt; <http: //us.rd.yahoo.com/evt="42297/*http://advision.webevents.yahoo.com/handraisers"> <br>&gt; <br><br></http:></m.meier></blockquote><br><p>&#32;
                <hr size=1>Do you Yahoo!?<br> 
Get on board. <a href="http://us.rd.yahoo.com/evt=40791/*http://advision.webevents.yahoo.com/handraisers">You're invited</a> to try the new Yahoo! Mail Beta.