Hi guys,
I'm building a web app and so far I've build a data layer, a web service to return data in the datalayer serialised as XML, and a front-end to do AJAX calls and apply XSLT to the results to get desired formatting.
I have one problem that I've never come across before.
I'm implementing the Windows Live Maps API into this site, and when the underlying data changes, I need to re-draw the map.
I know the functions to re-draw the map but I have no idea how to register a Javascript function as the callback for when the underlying data gets re-populated.
If anyone can give me pointers, sample code, or links, it'd be most appreciated.
Cheers,
codegecko
I'm building a web app and so far I've build a data layer, a web service to return data in the datalayer serialised as XML, and a front-end to do AJAX calls and apply XSLT to the results to get desired formatting.
I have one problem that I've never come across before.
I'm implementing the Windows Live Maps API into this site, and when the underlying data changes, I need to re-draw the map.
I know the functions to re-draw the map but I have no idea how to register a Javascript function as the callback for when the underlying data gets re-populated.
If anyone can give me pointers, sample code, or links, it'd be most appreciated.
Cheers,
codegecko
Comment