Re: Troubles Creating a "To Here" "From Here" infowindow
I think you may need to change
<a href="javascript:tohere(RAGFLWEST)">
to
<a href="javascript:tohere(\"RAGFLWEST\")">
because tohere() is expecting a string with the contents "RAGFLWEST",
not a variable called RAGFLWEST.
You need to use \" because you're already using ' quotes for the
Javascript and " quotes for the HTML.
--
Another quick fix from
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/
0 Comments:
Yorum Gönder
<< Home