Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

Google maps Vs Ajax

$
0
0
hi i have an ajax page updating displaying my geo location on my iphone

the text it displays is correct and goes to a working link using the location services


but the map only goes to to
Code:

http://maps.google.com/maps?q=
not the full link
i think the problems in this line but im more used to joining strings with a & in vb than +


Code:

x.innerHTML="http://maps.google.com/maps?q=" + position.coords.latitude + "%2C" + position.coords.longitude + "&output=embed
any ideas on what i need to change

Viewing all articles
Browse latest Browse all 42215

Trending Articles