> So I'm writing a program in java that takes an address from an input > form and returns on the same page an embedded window featuring the > google maps program at that location. My problem is that I can't find > a way to render html with javascript in an embedded window. My program > is creating the right html file, I just have no way of embedding it in > that page.
Have you considered an iframe? -- 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.
