Dear Friends,<br>I have my .Map file in C:\ms4w\apps\gmap\htdocs and it is called hello.map and my template file is saved in C:\ms4w\Apache\htdocs and is hello.html.<br>Hello.map looks like <br># This is our &quot;Hello World&quot; mapfile<br>
 NAME &quot;Hello_World&quot;<br> SIZE 400 300<br> IMAGECOLOR 249 245 186<br> IMAGETYPE png<br> EXTENT -1.00 -1.00 1.00 1.00<br> WEB<br> TEMPLATE &quot;/ms4w/Apache/htdocs/hello.html&quot;<br> IMAGEPATH &quot;/ms4w/apps/gmap/data&quot;<br>
 IMAGEURL &quot;/ms4w/tmp&quot;<br> END<br> LAYER<br> STATUS default<br> TYPE point<br> FEATURE<br> POINTS 0.0 0.0 END<br> TEXT &quot;Hello World&quot;<br> END # end feature<br> CLASS<br> STYLE<br> COLOR 255 0 0<br> END<br>
 LABEL<br> TYPE bitmap<br> END<br> END<br> END<br> END<br> <br>And hello.html looks like <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> &lt;form method=POST action=&quot;../cgi-bin/mapserv.exe&quot;&gt;<br>
 &lt;input type=&quot;submit&quot; value=&quot;Click Me&quot;&gt;<br> &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/ms4w/Apache/htdocs/hello.map&quot;&gt;<br> &lt;input type=&quot;hidden&quot; name=&quot;map_web_imagepath&quot;<br>
value=&quot;map=/ms4w/Apache/htdocs/hello.map&amp;mode=map&quot;&gt;<br> &lt;/form&gt;<br> &lt;IMG SRC=&quot;tmp/abc.png&quot; width=400 height=300 border=0&gt;<br> &lt;/body&gt;<br> &lt;/html&gt;<br> <br>Ther is some error in this script and I am not able to figure it out. Kindly help me out.