PHP-GTK2 Cookbook Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Doesn't work on IE7!!!! (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Doesn't work on IE7!!!!


#5089
GIOCAR (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Doesn't work on IE7!!!! 1 Year, 4 Months ago Karma: 0  
Try to see :
http://www.kksou.com/php-gtk2/Joomla-Gadgets/googleMaps-plugin.php

on Internet Explorer 7 .... nothing !!

Javascript errors.

Please fix it.
 
  The administrator has disabled public write access.

#5108
cpluiz (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Doesn't work on IE7!!!! 1 Year, 3 Months ago Karma: 0  
in file
/plugins/content/googlemaps/googlemaps.lib.php

near line 222/223

change:
if (startZoom==0 || startZoom==''){startZoom=10;}
var mapdiv = document.getElementById(\"{$this->mod}_gmap\"+id);
var myOptions = {
zoom: startZoom,
center: latlng,
};

to

if (startZoom==0 || startZoom==''){startZoom=10;}
var mapdiv = document.getElementById(\"{$this->mod}_gmap\"+id);
var myOptions = {
zoom: startZoom,
center: latlng
};

There is a extra comma after "center: lating" generating a JavaScript error

But after this, the map show for a few seconds, then disapear again, whithout generate a aditional JavaScript error.

P.s.: Sory for the bad english, I'm a Brazilian
 
  The administrator has disabled public write access.

#5161
kksou (Admin)
Admin
Posts: 1676
graph
User Online Now Click here to see the profile of this user
Re:Doesn't work on IE7!!!! 1 Year, 3 Months ago Karma: 27  
GIOCAR wrote:
Try to see :

http://www.kksou.com/php-gtk2/Joomla-Gadgets/googleMaps-plugin.php

on Internet Explorer 7 .... nothing !!

Javascript errors.

Please fix it.


Hi,

Please try it again.

The latest version of googleMaps works with IE7! It works with IE6 too!

Regards,
/kksou
 
  The administrator has disabled public write access.



Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Blog - Forum - Privacy Policy - Contact Us
Links - Classes - Social Business - BPM - Web - General
Copyright © 2006-2013. kksou.com. All Rights Reserved