> I've just stuck it online quickly and it is availalbe
> athttp://test-psi-alpha.appspot.com/
You're loading the Maps API twice I don't know if that has ill
effects.
Your modernizr-1.7.min.js 'script' appears to be an HTML page, in fact
_the_ HTML page, again not sure what effects the duplications may
have, but it seems to give me an error on load.
> you'll see that the markers don't work well and the values don't get sent to
> the text boxes. The only code I've added isL
I get an error when dragging the marker, from
function displayInfo(widget) {
document.datelocation.lat.value =
my browser won't find any document.datelocation
If you gave the HTML elements in your page that you want to update an
'id' attribute, you could use the more conventional
document.getElementById() methods?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.