<html>
<head><title>Introdução ao MapServer - Exercício 05</title></head>
<body>
<h4>Formulário de inicialização</h4>
<form name="frm" method="get" action="/cgi-bin/mapserv.exe" ><!-- linha 5-->
<input type="hidden" name="program" value="/cgi-bin/mapserv.exe" ><!-- linha 7-->
<input type="hidden" name="map" value="/ms4w/apps/mapserver-intro-pt/mapfiles/exercicio05.map"><!-- linha 9-->
<input type="submit" value="Iniciar">
</form>
</body>
</html>