[Mapserver-users] displaying query info in separate frame
Steve Lime
steve.lime at dnr.state.mn.us
Thu Sep 25 10:37:24 PDT 2003
There's an example that does this at:
http://maps.dnr.state.mn.us/mapserver_demos/workshop
You can download the workshop files at:
http://maps.dnr.state.mn.us/mapserver_demos/workshop.zip
Steve
>>> Steve McCrone <ms57 at streamyx.com> 09/24/03 09:51PM >>>
Currently my application displays the shape file attributes in a
separate
window using a java script fucntion -
function querycheck(){
var new_window = null;
leftPos = 50;
topPos = 50;
window.open('', 'querywindow',
"toolbar=no,dependent=yes,width=600,height=150, top=" + topPos + ",
left=" +
leftPos + ", alwaysRaised=yes,resizeable=yes,scrollbars=no");
document.mapserver.target="querywindow";
document.mapserver.submit();
document.mapserver.target = "_parent";
return;
}
Where my map file contains -
TEMPLATE "gps.html"
END#Class
HEADER "gps_header.html"
FOOTER "gps_footer.html"
TOLERANCE 8
DUMP TRUE # allow GML export
================================
What I wish to do is to dispaly this info in a separete frame - how do
I do
that?
Thanks
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list