hi, not sure about the workings of kaXML, but you probably need <br>this.onmouseover = function(){ alert(pid) }<br>or&nbsp; maybe <br>this.div.onmouseover = ...<br>-brent<br><br><div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">
Sepehr Sadeghi</b> &lt;<a href="mailto:sadegs@alum.rpi.edu">sadegs@alum.rpi.edu</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;">
<div style="direction: ltr;"><div>Hello All,</div>
<div>I am trying to implement a way that when you mouseover a kaXmlPoint, it will display a &quot;tooltip&quot; or &quot;callout&quot;. </div>
<div>Typically you could could add a ONMOUSEOVER() in the html image tag, but since this is a javascript object its not straightforward. </div>
<div>&nbsp;</div>
<div>I tried adding a </div>
<div><em>&nbsp;this.onmouseover(alert(pid));</em></div>
<div>inside the <em>function kaXmlPoint(pid, xml_overlay) {</em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in&nbsp;the kaXmlOverlay.js file. That didn't work as expected!</div>
<div>&nbsp;</div>
<div>Does anyone have any suggestions?</div>
<div>&nbsp;</div>
<div>The other ways I was thinking of handling it was;</div>
<div>&nbsp;- on MOUSEMOVE() , compare mouse coords to each point's coords (not efficient)</div>
<div>&nbsp;- create a new event handler (KA_POINT_OVER); (not sure how that would work)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>-Sepehr</div></div><div style="direction: ltr;"><span class="sg">
<div><br>-- <br><br><br><br>..:: Sepehr Sadeghi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::..<br>..:: <a href="mailto:sadegs@alum.rpi.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sadegs@alum.rpi.edu</a>&nbsp;&nbsp;::..<br>&nbsp;</div>

</span></div><br>_______________________________________________<br>ka-Map-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br><br><br></blockquote>
</div><br>