Set Coordinates giving Error

Phoca Maps - displaying maps in Joomla! CMS
jjj2
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Nov 2009, 10:38

Set Coordinates giving Error

Post by jjj2 »

Hi..I am having this problem after clicking the Set Coordinates button.

Following is the error :

Code: Select all

'+ phocaLocation +'
'; infoPhocaWindowGlobal.open(mapPhocaMap, markerPhocaMarkerGlobal ); if (window.parent) window.parent.phocaSelectMap_jform_latitude(phocaLocation.lat()); if (window.parent) window.parent.phocaSelectMap_jform_longitude(phocaLocation.lng()); if (window.parent) setPMGPSLatitudeJForm( phocaLocation.lat()); if (window.parent) setPMGPSLongitudeJForm( phocaLocation.lng()); } else { alert("Geocode not found (" + status + ")"); } }); } } function initialize() { tstPhocaMap.setAttribute("oldValue",0); tstPhocaMap.setAttribute("refreshMap",0); tstIntPhocaMap = setInterval("CheckPhocaMap()",500); } google.setOnLoadCallback(initialize); //]]>

Any help is much appreciated. Thanks in advance.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Set Coordinates giving Error

Post by Jan »

Hi, check if some of the extensions loaded on your site does not render some javascript error which then causes the problem with following javascripts.

Jan
If you find Phoca extensions useful, please support the project
Post Reply