>
> I am so confused with this thing. :(
>
>
Solved (take value from iframe).
I just changed this :
function updateMarkerPosition(latLng) {
document.getElementById('lat').value = latLng.lat();
document.getElementById('lng').value = latLng.lng();
}
To :
function updateMarkerPosition(latLng) {
parent.document.getElementById('coordx').value = latLng.lat();
parent.document.getElementById('coordy').value = latLng.lng();
}
BUT still wonder about ajax combobox + google maps conflict if it's in the
same page.
Note :
I tried using key up-down + tab, and worked. But still full of questins on
why it gimme blank page on event onclick.
--
Regards,,,
mastanto
http://www.mastanto.com
http://thom-sharing.blogspot.com
--
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.