扩展地图怎么加超链接,链接到另一个frm
可以试试在扩展地图的事件里面加js点击事件 ,然后连接到frm
window.location=encodeURI("http://localhost:端口"+"${servletURL}?viewlet="+"页面.frm");