Well.. I have REFERENCE block in map file..<br>my box and marker are working.<br>but this tag is not working.. <br>When i put this tag, reference as well as main image disappear.. <br>Thanx <br>Satish<br><br><div><span class="gmail_quote">
On 7/11/07, <b class="gmail_sendername">Siki Zoltan</b> &lt;<a href="mailto:siki@agt.bme.hu">siki@agt.bme.hu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Your solution use a static image, not clickable.<br>Change your reference image from this<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img name=&quot;reference&quot; src=&quot;graphics/reference.gif&quot; height=&quot;120&quot;<br>&gt; width=&quot;120&quot; border=&quot;1&quot;&gt;
<br><br>to this<br>&lt;input type=&quot;image&quot; name=&quot;reference&quot; src=&quot;[ref]&quot; height=&quot;120&quot;<br>&nbsp;&nbsp;width=&quot;120&quot; border=&quot;1&quot;&gt;<br><br>Meanwhile you should insert REFERENCE block into your map file, 
e.g.<br>REFERENCE<br>&nbsp;&nbsp; IMAGE graphics/reference.gif<br>&nbsp;&nbsp; EXTENT ??? ??? ??? ???<br>&nbsp;&nbsp; SIZE 120 120<br>&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp; ...&nbsp;&nbsp; # see the map file reference<br>END<br><br>I send the mail to the list to, it can help someone else.
<br><br>Bye,<br>Zoltan<br><br>On Wed, 11 Jul 2007, SATish In Athens +30 6947758275 wrote:<br><br>&gt; Thanks a lot..<br>&gt; but yes, i have tried with putting in a form.. when I attached &quot;input&quot; tag<br>&gt; with it, got an error..
<br>&gt; Well, my reference tag is like below, please have a look of it<br>&gt;<br>&gt;<br>&gt; &lt;li class=&quot;last&quot; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--this is the holding spot (the anchor) for the reference<br>&gt; map--&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DIV id=&quot;reference_anchor&quot; align=&quot;center&quot; style=&quot;position:relative;<br>&gt; visibility:visible; width:100%; height:100%;left:0px;<br>&gt; top:5px;left:-18;margin-bottom:0;&quot;&gt;
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src=&quot;graphics/white_pixel.gif&quot; height=&quot;120&quot; width=&quot;120&quot;&gt;&lt;/DIV&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- absolutely positioned layer to hold the reference map--&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DIV id=&quot;reference&quot; style=&quot;position:absolute; visibility:visible;<br>&gt; width:100%; height:100%; clip:rect(100%,100%,100%,100%);<br>&gt; background:transparent;&quot;&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img name=&quot;reference&quot; src=&quot;graphics/reference.gif&quot; height=&quot;120&quot;
<br>&gt; width=&quot;120&quot; border=&quot;1&quot;&gt;&lt;/DIV&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/li&gt;<br>&gt;<br>&gt;<br>&gt; So, i m not sure how to use input tag in it..<br>&gt; regards..<br>&gt; Satish<br>&gt;<br>&gt;<br>
&gt;<br>&gt; On 7/11/07, Siki Zoltan &lt;<a href="mailto:siki@agt.bme.hu">siki@agt.bme.hu</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Hi,<br>&gt;&gt;<br>&gt;&gt; Did you put the reference map into a input field of your form?<br>
&gt;&gt; Like:<br>&gt;&gt; &lt;input name=&quot;ref&quot; type=&quot;image&quot; src=[ref]&gt;<br>&gt;&gt;<br>&gt;&gt; Bye<br>&gt;&gt; Zoltan<br>&gt;&gt;<br>&gt;&gt; On Wed, 11 Jul 2007, SATish In Athens +30 6947758275 wrote:
<br>&gt;&gt;<br>&gt;&gt; &gt; Hey all..<br>&gt;&gt; &gt; I am trying to create my own map and it is working correct but when I<br>&gt;&gt; click<br>&gt;&gt; &gt; on the reference map then instead of navigating to the right place in
<br>&gt;&gt; main<br>&gt;&gt; &gt; map , the map looses the focus..<br>&gt;&gt; &gt; And, after that map is required to be reloaded again..<br>&gt;&gt; &gt; So, this is something missing in map file or in HTML of the page ?
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Any response will be highly appreciated..<br>&gt;&gt; &gt; Thank you<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;<br></blockquote></div><br>