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