<html>
<head><title>viewer</title></head>
<body bgcolor="#FFFFFF">

<center><h2>CGI Data Viewer</h2></center>
<p><hr><p>
Click on the initialize button to start the demo.

<form method=GET action="/cgi-bin/mapserv.exe">

<input type="hidden" name="map" value="D:/ms4w/apps/blah.map">
<input type="hidden" name="layers" value="all">
<input type="hidden" name="zoomsize" value=2>
<input type="hidden" name="zoomdir" value=1>
<input type="hidden" name="map_size" value="600 400">
<input type="hidden" name="map_web" value="imagepath /ms4w/tmp/ms_tmp/ imageurl /ms_tmp/">

<center><input type="submit" value="Initialize"></center>

</form>

<p><hr><p>

</body></html>