标签: asp.net javascript google-maps
我的asp.net页面上有一张谷歌地图。在城市名称上显示图像(标记)。 请告诉我如何在该标记上点击事件。
答案 0 :(得分:0)
GEvent.addListener(标记,“点击”,功能(点){ this.openInfoWindowHtml(“”+ this.value +“”);}); 返回标记; }