Advertisement
Advertisement
| 06.11.2008 at 02:01AM PDT, ID: 23474999 |
|
[x]
Attachment Details
|
||
1: 2: 3: |
GEvent.addListener(marker, "click", function() {
map.setCenter(marker.getPoint(),maxZoom,G_SATELLITE_MAP);
marker.openInfoWindowHtml("<div style='padding:5px'>This is where i want a random image, title & date</div>",{maxContent: html, maxTitle: infotitle, noCloseOnClick: true});
|