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
not the full link
i think the problems in this line but im more used to joining strings with a & in vb than +
any ideas on what i need to change
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=
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