function onload() { try{ axEarth.globe.createInstance(dv_earth,onCreated,onCreateFail); } catch(e){ //earthclienturl 是一个<a></a> if(e.description=="'Event' 为空或不是对象") { var senti = confirm("未安装axEarth客户端,是否下载客户端?"); if (senti == true) { document.getElementById("earthclienturl").href = "userclient/usrClient.zip"; document.getElementById("earthclienturl").click(); } else return; } } }