hi all,
I met a problem when I dynamically load Yahoo map script,
var e = document.createElement("script");
e.src =
"http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=YD-eQRpTl0_JX2E95l_xAFs5UwZUlNQh\
hn7lj1H";
e.type = "text/javascript";
document.getElementsByTagName("head")[0].appendChild(e);
then, I can get the YAHOO variable but not YAHOO_MAP_REG. It seems the scripts
in http://api.maps.yahoo.com/ajaxymap?v=3.8 is not loaded.
Would you please give me some suggestions? And is there any workaround?
Thanks,
Arthur