On Aug 16, 4:03 pm, thom <[email protected]> wrote:
> Hello,, i have a page contain google map and ajax-combobox. But
> unfortunately, seems ajax combobox has conflict with the google map if it's
> tested from Google Chrome and Opera. It runs well on Mozilla and Safari.
> Every time I select the combobox, it suddenly turned the page to blank. But
> it's OK when i removed the map.
>

well,, I finally put the map into a iframe. And it solved the case
'combobox that turned page to blank'. But another problem is appear. I
couldn't passing the variable lat and lng in the iframe to the parent
page (to textbox in case, to save it to database).

In my try, I used alert() and it worked. The coordinate showed. But I
still stuck on 'how to put the value to textbox?'. I used  :

document.getElementById('txtbox').value =
window.frames.ipeta.lat.value;

to show the lat and also the lng, but it's just nothing.
Any body could help me?

-- 
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.

Reply via email to