different target frames based on mode
kenboss
kenboss at dilbert.dnr.state.mn.us
Wed Dec 6 06:43:21 PST 2000
If I'm understanding your question right, you just need a bit of JavaScript code
to get the effect you want. When the form is submitted (onSubmit), call the
code and have it do something like:
if (document.mapserv.mode.value == 'query') {
document.mapserv.target = frame.for.query.results;
} else {
document.mapserv.target = frame.for.map.browsing;
}
--Ken
> To: <mapserver-users at lists.gis.umn.edu>
> From: John Carlson <carlson14 at llnl.gov>
> Subject: different target frames based on mode
> Mime-Version: 1.0
>
> Would something like the following be possible with mapserv?
>
> I would like to have a different html frame target based on the
> mapserv mode. One target, called "main" will be used for
> results of a query mode, and another target, called "right"
> will be used for browse mode.
>
> Is the target determined in the client/browser before mapserv runs?
>
> Thanks,
>
> John
More information about the MapServer-users
mailing list