Changeset 71 for oceandb/jQuery_Prototype
- Timestamp:
- Mar 5, 2009, 4:28:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/script/oceandb.js
r70 r71 63 63 var marker = new GMarker(latlon); 64 64 GEvent.addListener(marker, 'click', function() { 65 map.openInfoWindowHtml(latlon, "參考連結:<a href='" 66 + item.website + "' target='_NEW'>" + item.website + "</a>" 65 map.openInfoWindowHtml(latlon, "描述:" + item.description 66 + "<br/>連結:<a href='" + item.website 67 + "' target='_NEW'>" + item.website + "</a>" 67 68 + "<iframe width='640' height='300' src='" 68 69 + item.website + "'/>");
Note: See TracChangeset
for help on using the changeset viewer.