<head>
<title>MapServer Demo Interface</title>
<SCRIPT LANGUAGE="JavaScript">function setbox_handler(name, minx, miny, maxx, maxy) {</SCRIPT>
document.mapserv.imgbox.value = minx + " " + miny + " " + maxx + " " + maxy;
document.mapserv.imgxy.value = minx + " " + miny;
// Additional code can go here prior to the form submit, below.
// For example, form validation code.
document.mapserv.submit();
}
function seterror_handler(message) {
alert(message);
}
</head>