Hi!<br><br>I have just started my exploration in Mapserver on Windows platform with MS4W package. I am using Bil Kropla's Mapserver book. When I worked out the first example (of chapter 2), a simple example using mapserver in CGI-BIN mode, I get the following error <br>&nbsp;&nbsp; loadWeb(): Unknown identifier. Parsing error near (c):(line 1)<br>I tried changing the path information (TEMPLATE, IMAGE PATH), other parameters to ensure the simple 'Hello World' example map gets displayed, but I could not go further. <br><br>I am producing the source code below of the two files.<br><br>File: hello.map<br>--------------------<br># This is our "Hello World" mapfile<br>NAME "Hello World"<br>SIZE 400 300<br>IMAGECOLOR 249 245 186<br>IMAGETYPE png<br>EXTENT -1.0 -1.0 1.0 1.0<br>WEB<br>&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE "c:/ms4w/apache/htdocs/hello.html"<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGEPATH "c:/ms4w/apache/htdocs/tmp/"<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGEURL
 "/tmp/"<br>END<br>LAYER<br>&nbsp;&nbsp;&nbsp;&nbsp; STATUS default<br>&nbsp;&nbsp;&nbsp;&nbsp; TYPE point<br>&nbsp;&nbsp;&nbsp;&nbsp; FEATURE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POINTS&nbsp; 0.00 0.00 END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEXT "Hello World"<br>&nbsp;&nbsp;&nbsp;&nbsp; END # end feature<br>&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE bitmap<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp; END<br>END<br>END<br><br>File: Hello.html<br>---------------------<br>&lt;html&gt;<br>&lt;head&gt; &lt;title&gt;MapServer
 Hello World&lt;/title&gt;&lt;/head&gt;<br>&lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;form method=POST action="../cgi-bin/mapserv.exe"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="submit" value="Click Me"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="map" value="c:/ms4w/apache/htdocs/hello.map"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="map_web_imagepath" value="c:/ms4w/apache/htdocs/tmp/"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&nbsp;&nbsp;&nbsp; &lt;IMG SRC="[img]" width=400 height=300 border=0&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>Would appreciate any help on this.<br><br>Thanks in advance.<br>Suresh<br><p>&#32;
      <hr size=1>Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a>