新手
用arcgis做web端的时候 , 要在气泡上弹出一个窗口弹出的窗口用哪个函数控制位置呢
这是弹出气泡的代码popup = new OpenLayers.Popup("chicken",
            lat_lon,
            new OpenLayers.Size(300,50),
            "<input type='button' onclick='tset()'>",
            true);