<P>
&nbsp; <BR>
Hi<BR>
&nbsp; Steve<BR>
&nbsp; &nbsp;  I noticed that the html result of mapserver doesnot contain<BR>
the mapid etc. part like this-&gt;<BR>
 <BR>
@&lt;map id=&quot;mymap&quot; name=&quot;mymap&quot;&gt;<BR>
@&nbsp; &nbsp; &lt;area shape=&quot;polygon&quot; coords=&quot;96,42 104,43 105,15 106,16 109,18 @114,16 119,20 120,20 120,22 121,29 122,34 123,36 126,51 126,55 @125,56 125,59 128,62 129,62 130,63 132,64 137,65 138,65 137,88 @100,88 100,75 94,75 95,63 107,63 107,48 104,50 100,51 99,51 97,49 @96,47 97,46 96,45 96,42&quot; onMouseOver=&quot;return escape('Lake of the @Woods')&quot; onMouseOut=&quot;showText()&quot; href=&quot;javascript:selectArea('Lake <BR>
@ of the Woods','39')&quot; alt=&quot;Lake of the Woods&quot;&gt;<BR>
<BR>
 Why this part is not coming? Can u plz tell me the href part of the follwing, I am confused with this part. What exactly i should give here in href?<BR>
&lt;area shape=&quot;circle&quot; coords=&quot;[shpxy precision=0 proj=image yf=&quot;,7&quot; xf=&quot;,&quot;]&quot; href=&quot;http://my.url/mypage.cfm?region=[NAME]&quot; title=&quot;[NAME]&quot; alt=&quot;[NAME]&quot;&gt;<BR>
<BR>
Another question, whether it is necessary to use separate imagemap.map file?<BR>
 <BR>
On Fri, 26 May 2006 Pratap wrote :<BR>
&gt;<BR>
&gt;&nbsp; Hi<BR>
&gt;&nbsp; &nbsp; Steve<BR>
&gt;&nbsp; &nbsp; &nbsp;  I am sending the html result of the output of mapserver as a<BR>
&gt;attachement. Tnaks for reply &amp;<BR>
&gt;Thanks in advance.<BR>
&gt;With Regards<BR>
&gt;Pratap<BR>
&gt;<BR>
&gt;<BR>
&gt; &gt;&gt;&gt;It would be helpfull to see the output from MapServer in this &gt;&gt;case. Can<BR>
&gt; &gt;&gt;you post the HTML result (as an attachment) or send a link?<BR>
&gt;<BR>
&gt;Steve<BR>
&gt;<BR>
&gt; &gt;&gt;&gt; &quot;Pratap&quot; &lt;dwija_dey@rediffmail.com&gt; 05/25/06 8:07 AM &gt;&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;Hi<BR>
&gt;&nbsp;  List and Steve Lime<BR>
&gt;&nbsp; &nbsp;  Plz. donot ignore this message.<BR>
&gt;&nbsp; &nbsp; I have posted a message for a help in imagemap though, i have not<BR>
&gt;get any reply. I am trying to imulate the mouseover in browser/mapserver<BR>
&gt; from<BR>
&gt;http://mapserver.gis.umn.edu/docs/howto/imagemaps/?searchterm=imagemap<BR>
&gt;also i am keen to know from steve how to implement the mouseover that i<BR>
&gt;saw in Steve limes SHPXY example in<BR>
&gt;http://maps.dnr.state.mn.us/cgi-bin/mapserv48?map=/usr/local/www/docs_maps/eco/rsg/search/search_example.map&amp;qlayer=county&amp;mode=nquery&amp;searchmap=true<BR>
&gt;.<BR>
&gt;<BR>
&gt;&nbsp; My quries are given below(Specially to Steve for the example that he<BR>
&gt;has implemented). Hope this time i will get solutions from Steve/List.<BR>
&gt;Thanks in advance<BR>
&gt;With Regards.<BR>
&gt;Pratap<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;On Fri, 12 May 2006 Pratap wrote :<BR>
&gt; &gt;<BR>
&gt; &gt;Hi<BR>
&gt; &gt;I am trying to emulate imagemap with mapserver from the example given in http://mapserver.gis.umn.edu/docs/howto/imagemaps/?searchterm=imagemap<BR>
&gt; &gt;I am tring to display a field from my shapefile.dbf on mouseover tooltip using the functionality of the above URL. But neither i am getting any error nor tooltip/mouseover functionality.<BR>
&gt; &gt;<BR>
&gt; &gt;&nbsp;  My Mapfile for imagemap is:<BR>
&gt; &gt;&nbsp;  .........<BR>
&gt; &gt;&nbsp;  LAYER<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; NAME &quot;city&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; TYPE POINT<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; STATUS ON<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; DATA &quot;city&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; CLASSITEM &quot;name&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp;  CLASS<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; &nbsp;  NAME &quot;CITY NAME&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; &nbsp;  EXPRESSION /A*/<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; &nbsp;  COLOR 255 0 0<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp; &nbsp;  OUTLINECOLOR 255 0 0<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp;  END<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp;  TEMPLATE &quot;bodytemplate.html&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp;  HEADER &quot;imapheader.html&quot;<BR>
&gt; &gt;&nbsp; &nbsp; &nbsp;  FOOTER &quot;imapfooter.html&quot;<BR>
&gt; &gt;&nbsp;  END<BR>
&gt; &gt;............<BR>
&gt; &gt;<BR>
&gt; &gt;The content of template file bodytemplate.html is.<BR>
&gt; &gt;&lt;area shape=&quot;circle&quot; coords=&quot;[shpxy precision=0 proj=image yf=&quot;,4&quot; xf=&quot;,&quot;]&quot; href=&quot;http://my.url/mypage.cfm?region=[name]&quot; title=&quot;[name]&quot; alt=&quot;[name]&quot;&gt;<BR>
&gt; &gt;<BR>
&gt; &gt;Q.1)What will be the exact value of href above?<BR>
&gt; &gt;<BR>
&gt; &gt;The content of template file imapheader.html is.<BR>
&gt; &gt;&lt;map id=&quot;mymap&quot; name=&quot;mymap&quot;&gt;<BR>
&gt; &gt;<BR>
&gt; &gt;Q.2)What will be the value of id and name above?<BR>
&gt; &gt;<BR>
&gt; &gt;The content of template file imapheader.html is.<BR>
&gt; &gt;&lt;/map&gt;<BR>
&gt; &gt;<BR>
&gt; &gt;I am also passing layer=city mode=nquery and searchmap=true from my .phtml file to mapserver<BR>
&gt; &gt;<BR>
&gt; &gt;Q.3) I am not using separate imagemap mapfile. Whether it is needed? what will be its contents, where i should<BR>
&gt; &gt;place it ? and i am using Gmap's PHP/Mapscript engine.<BR>
&gt; &gt;<BR>
&gt; &gt;Can anyone please tell me where is the problem? Also any info on this topic will highly appreciated.<BR>
&gt; &gt;Thanks in advance for any help.<BR>
&gt; &gt;With regards.<BR>
&gt; &gt;Pratap<BR>

</P>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>