<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff size=2>Leave 
your template page alone, you need the cgi variables like [img], etc.&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff size=2>Look 
at the hidden variables on your inialize page and pass them in the URL when you 
access the map page for the first time.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff size=2>I am 
assuming that you based this application on the demo and the 'initialize' button 
is on a different page than your map.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=234525514-02082006><FONT face=Arial color=#0000ff 
size=2>David.</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> UMN MapServer 
  Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>On Behalf Of </B>Albert 
  Anderson<BR><B>Sent:</B> Wednesday, August 02, 2006 9:53 AM<BR><B>To:</B> 
  MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> Re: [UMN_MAPSERVER-USERS] how 
  do I get rid of clicking the button and loading it my 
  html?<BR><BR></FONT></DIV>Hi,<BR><BR>&nbsp;How do you do that?In my html can I 
  remove [img] and [ref]? I transfor the some hidden values and get use the 
  button.&nbsp; It did show up my image or ref map.&nbsp; It just said subit 
  query in the middle of the image place. I click that and It load my map but my 
  zoom-in and zoom-out didnt work and etc... Is there anything else you could 
  give me as help?<BR><BR>Thanks<BR>Albert<BR><BR><B><I>"Fawcett, David" 
  &lt;David.Fawcett@state.mn.us&gt;</I></B> wrote:
  <BLOCKQUOTE class=replbq 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">
    <META content="MSHTML 6.00.2900.2912" name=GENERATOR>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2>Albert, </FONT></SPAN></DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2>You can include the initialization parameters for your page in the 
    URL for that page.&nbsp; Look at what hidden variables the post request 
    triggered by your 'Initialize' button is passing to MapServer and pass them 
    in your URL.&nbsp; </FONT></SPAN></DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2>David.</FONT></SPAN></DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=924110614-02082006><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
      <DIV></DIV>
      <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
      face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> UMN 
      MapServer Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>On Behalf 
      Of </B>Albert Anderson<BR><B>Sent:</B> Wednesday, August 02, 2006 8:59 
      AM<BR><B>To:</B> MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> Re: 
      [UMN_MAPSERVER-USERS] how do I get rid of clicking the button and loading 
      it my html?<BR><BR></FONT></DIV>Hi,<BR><BR>&nbsp;I am using intializing 
      button as a submit button.&nbsp; The html template is using the get 
      method.&nbsp; I would like to know how to get rid of the submit button. 
      Just have the mapserver auto load into the html without clicking the 
      intializing and get the information from the mapserver. 
      Thanks<BR><BR>Albert<BR><BR><B><I>Manfred Meier 
      &lt;m.meier@SPIEKERMANN.DE&gt;</I></B> wrote: 
      <BLOCKQUOTE class=replbq 
      style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">I 
        don't know your application and so don't know which initialzing button 
        <BR>you mean. But if there is a button then it is most likely a submit 
        <BR>button of a form. Look at the source code of the html page in your 
        <BR>browser and try to find out, to what url the action property in the 
        form <BR>tag points.<BR><BR>If there are no other hidden or visible 
        input tags, try to point your <BR>browser to the url in the action 
        property. If there are input tags, try <BR>to append the neccessary 
        values to the url.<BR><BR>I don't know if that works in your case. But 
        its a often used method to <BR>circumvent the manual filling of 
        forms.<BR><BR>Manfred<BR><BR><BR><BR><BR>Albert Anderson 
        schrieb:<BR><BR>&gt; Hi List,<BR>&gt; <BR>&gt; My question is how do I 
        get my page to load auto like without using <BR>&gt; initialzing button. 
        I dont want to use the button. I just want to page <BR>&gt; just load. 
        Is there a way around this? I'm using a linux machine with <BR>&gt; 
        mapsever 4. Could someone help me?<BR>&gt; <BR>&gt; Thanks,<BR>&gt; 
        Albert<BR>&gt; <BR>&gt; 
        ------------------------------------------------------------------------<BR>&gt; 
        Do you Yahoo!?<BR>&gt; Next-gen email? Have it all with the all-new 
        Yahoo! Mail Beta. <BR>&gt; <HTTP: us.rd.yahoo.com="" 
        evt="42241/*http://advision.webevents.yahoo.com/handraisers"><BR>&gt; 
        <BR></HTTP:></BLOCKQUOTE><BR>
      <DIV></DIV>
      <HR SIZE=1>
      Groups are talking. We´re listening. Check out the <A 
      href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=41144/*http://groups.yahoo.com/local/newemail.html">handy 
      changes to Yahoo! Groups.</A> </BLOCKQUOTE></BLOCKQUOTE><BR>
  <P>
  <HR SIZE=1>
  Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <A 
  href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com">Great 
  rates starting at 1˘/min.</A></BLOCKQUOTE></BODY></HTML>