Pericles S. Nacionales wrote:
Steve Toutant wrote:
I created a map file and an HTML template with my own data following
the MapServer 5.x tutorial.
http://biometry.gis.umn.edu/cgi-bin/mapserv.exe?root=%2Ftutorial&program=%2Fcgi-bin%2Fmapserv.exe&map=%2Fms4w%2Fapps%2Ftutorial%2Fhtdocs%2Fexample3.map&layer=states&zoom=0&map_web=template+example3-4.html+header+..%2Ftemplates%2Fexample3_header.html+footer+..%2Ftemplates%2Fexample3_footer_querymap.html&submit=Go+there%21
<http://biometry.gis.umn.edu/cgi-bin/mapserv.exe?root=%2Ftutorial&program=%2Fcgi-bin%2Fmapserv.exe&map=%2Fms4w%2Fapps%2Ftutorial%2Fhtdocs%2Fexample3.map&layer=states&zoom=0&map_web=template+example3-4.html+header+..%2Ftemplates%2Fexample3_header.html+footer+..%2Ftemplates%2Fexample3_footer_querymap.html&submit=Go+there%21>
Section 3 explains how to create a query template. When the user
select a feature on the map the query template opens and shows the
result on a grid.
I would like this grid to appear in the HTML template just below the
map instead of appearing on a new page. Anyone knows if it possible?
thanks,
steve
You should be able to do this by placing the query map stuff on the
main header instead of the footer.
-Perry
Once again, I jumped the gun. You can certainly do it--look at the
MapServer 5.x demo at http://mapserver.gis.umn.edu/download/current/ for
an example. You can use frames or DHTML for this.
-Perry