a new problem occur~
i create a mouse event for Map:
in the page in Task Pane i add the following code:
<script type="text/javascript" >
var main = parent.parent;
var map =parent.document.getElementById("Map");
map.onclick = function(e)
{
window.top.TaskPane_IFRAME.location.reload(true);
}
when i select a line in Map with mouse,the Map refresh automatic,and the
map.onclick event is executed.
but the sequence is not right.
i want map.onclick event after the Map refresh automatic.
how to synchrony the Map refresh automatic and map.onclick event?
--
View this message in context:
http://www.nabble.com/how-to-synchrony-Map-and-Task-Pane-in-fusion--tp17751706p17751706.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users