> What is wrong?

You have linebreaks in your
  <script src="http://maps.google.com ....
Put it all on one line until the >

Then you have
   <script src="http://maps.google.com .... sensor="true" ....
the browser thinks the src=" has finished when it runs into the " at
true.  Change the quotemarks type like sensor='true'

You probably want to have sensor='false' really, I don't have a GPS
device on my browser and probably most of your viewers won't either?
It's meant to tell Google that you have one.

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to