Quote:
Originally Posted by oasi
I don't know why your gmap pasted code isn't chaged to html chars...
" should be "
< should ve <
An easy "fix" would be to change this line in the code:
t_i="{param}";
to
t_i='{param}';
But if could fail if there is some ' char into the code of the map...
Try it...
|
Oh, I tried with what you suggested and it works now.
So at least it works for my system. But as your concern, it might not be stable. Please help me to find what could be the reason that let my system not identical with yours.
Thanks so much!