m using thickbox for opening google map & using foll code all works
fine
but after closing thickbox ,map on my map.html page got hang
map.html
<body onload="loadEarth('map','27.0238036','74.2179326')" >
<div id="map" style="width: 245px; height: 250px">
</div>
<table>
<tr>
<td >
Rajsthan Map
<a id="map_link" onclick="Check()"
href="#TB_googleMap?
height=410&width=605&lat=27.0238036&lng=74.2179326&zoom=6&markerText=Pushkar"
class="thickbox"> <font size="1px">Enlarge Map</font></a>
</td>
</tr>
</table>
<div id="map1" style="display:none;width:500px">
</div>
</body>
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.