| google maps v3, several maps on same page
|
helenp

msg:4524580 | 5:57 pm on Dec 3, 2012 (gmt 0) | Think Im going nut, been trying almost everything, managed to get it work in firefox, but when checked chrome there were no markers. I have 3 google maps on the same page using v2, now I need https pages so I must upgrade to v3. However just can figure out how to have several on same page. Any ideas please? This is what I have for one map, I need 3 of this on the same page
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> function start() { initialize(); } window.onload = start; window.onload = start; <div id="map_canvas" style="width: 580px; height: 400px"></div> <script type="text/javascript"> //<
msg:4526146 | 8:11 pm on Dec 8, 2012 (gmt 0) | | figure out how to have several on same page. Any ideas please? |
| Would it be good enough to <IFRAME> them so they "appear" on one page?
|
|
|