On your original, I look at it some, but the first thing I noticed is that the page is not a complete HTML page. There is no html, head or body tags.
Try fixing that first. Some of by normal tools won't even work on a page like that. Chad Killingsworth On Aug 18, 4:39 am, thom <[email protected]> wrote: > 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.
