Quote:
Originally Posted by magnus
The problem some of you are reporting seems like the showmap(); function isn't being written to SHOWTHREAD. On the page with the blank square, view the source. Scroll to the bottom (or search for </body>), and above that should be a <script>..</script> tag. Within that should be a function. Is it there? If not, that's the problem and we'll go from there..
Until someone can provide me with either an account or source output, all I can do is speculate.
|
Yeah, this is what I see above </body>:
PHP Code:
<script type="text/javascript">
function showmap136686()
{
//<![CDATA[
if (GBrowserIsCompatible())
{
var map136686 = new GMap(document.getElementById("map136686"));
map136686.centerAndZoom(new GPoint(, ), 4);
}
var icon = new GIcon();
icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon.iconSize = new GSize(12, 20);
icon.shadowSize = new GSize(22, 20);
icon.iconAnchor = new GPoint(6, 20);
icon.infoWindowAnchor = new GPoint(5, 1);
map136686.addControl(new GSmallMapControl());
map136686.addControl(new GMapTypeControl());
//]]>
}
showmap136686();
</script>
...and yet all I see is the blank post... I have sent you a PM with the hopes of troubleshooting further.