Hi everybody,
I'm using a Arcgis V2.3 with a web application (ajax based) It works good, the only problem is that sometimes the ajax engine do a clear to the div (with the map inside) so How can I get back the map? I tried to store the innerHTML of the div, so when I detect the map is cleared i put it into again, and do a map.resize() and map.reposition again, but the result isn't good (as I imagined)
is there any other way?