[Mapserver-users] False Alarm for onsubmit()

Steve McCrone ms57 at streamyx.com
Fri Jan 30 04:40:15 EST 2004


OK, Just a simple fix -

function setbox_handler(name, minx, miny, maxx, maxy, redraw) {
  document.mapserv.imgbox.value = minx + " " + miny + " " + maxx + " " +
maxy;
  document.mapserv.imgxy.value = minx + " " + miny;
  toFrame();//simply call the function before submit page
  document.mapserv.submit();

 }




More information about the mapserver-users mailing list