<div>Albert:</div>
<div>&nbsp;</div>
<div>You load the mapserver information into your html template, using a set of hidden variables that mapserver CGI uses and returns. (this is a very simple manner to say). you can take a look at the mapserver CGI reference documentation&nbsp;
<a href="http://mapserver.gis.umn.edu/docs/reference/cgi/referencemanual-all-pages">http://mapserver.gis.umn.edu/docs/reference/cgi/referencemanual-all-pages</a>&nbsp;and the Mapserver Tutorial <a href="http://hypnos.cbs.umn.edu/tutorial/">
http://hypnos.cbs.umn.edu/tutorial/</a>.</div>
<div>if you want to use just mapserver CGI for your application, you'll probably need some javascript code to manage your app.</div>
<div>&nbsp;</div>
<div>Hope this helps</div>
<div>Regards,</div>
<div>Luis<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/7/6, Frank Warmerdam &lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Albert Anderson wrote:<br>&gt; Hi,<br>&gt;<br>&gt;&nbsp;&nbsp;I am using a book for exmaples for creating map files and html
<br>&gt; documents.&nbsp;&nbsp;In the book it shows you how to create a html templates and<br>&gt; get the information from the mapserver to load in the html document.&nbsp;&nbsp;So<br>&gt; basically you have a blank html with a submit button that you click.&nbsp;&nbsp;It
<br>&gt; then loads the html template with the mapserver information.<br>&gt;&nbsp;&nbsp;The question I have is how do you load the mapserver information in the<br>&gt; html automacitly without using a template and click a button? It loads
<br>&gt; the information up when you click on web link to that web page.<br>&gt;&nbsp;&nbsp;Would that be something like javascript calling for the map server?<br>&gt; Where do I start? Can anyone help me?<br><br>Albert,<br><br>I'm not a great web developer, but I think the example &quot;initialize&quot; form is
<br>just pushing a bunch of hidden form variables into the url.&nbsp;&nbsp;For instance,<br>when I click on the initialize button for a simple example, I get an url<br>like:<br><br>&nbsp;&nbsp;<a href="http://gdal/cgi-bin/mapserv?map=%2Fu%2Fwww%2Frot_ortho%2Fdemo.map&amp;zoomsize=2">
http://gdal/cgi-bin/mapserv?map=%2Fu%2Fwww%2Frot_ortho%2Fdemo.map&amp;zoomsize=2</a><br><br>The map, and zoomsize variables are being set from forms variables.&nbsp;&nbsp;You<br>can just do the same thing in a direct link to the mapserv cgi url.
<br><br>Best regards,<br>--<br>---------------------------------------+--------------------------------------<br>I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com
</a><br>light and sound - activate the windows | <a href="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</a><br>and watch the world go round - Rush&nbsp;&nbsp;&nbsp;&nbsp;| President OSGF, <a href="http://osgeo.org">http://osgeo.org
</a><br></blockquote></div><br>