[Mapserver-users] some javascript help
Attila Csipa
attila at prometheus.org.yu
Mon Mar 17 16:49:32 PST 2003
On Monday 17 March 2003 19:50, Kevin Slover wrote:
> What I am trying to do is to create a pull-down menu to allow the user
> checkbox format (i.e. storm surge, storm center, track). I am trying to
> get the document.write to write the checkboxes to the same page,
> underneath the pull-down menu, but I am guessing it is not working.
> Am I going to have to, with each storm selected, recreate the entire
> page using document.write()? It is tough to explain, sorry... I have
I think you'd be much better off using the onChange javascript event in the
menu to submit a form, and possibly load a frame with the appropriate
controls (so you do not have to reload/regenerate the whole page).
More information about the MapServer-users
mailing list