On May 14, 11:20 am, Brice <[email protected]> wrote: > > The id of the map div in the maxContent isn't "map" but "map_nad" for > the red marker at least ; didn't you mean the variables I'm using in > my script ?
Yes, I did. Sorry. Re-assigning a variable can have unforeseen consequences. You effectively have two maps in the page, and both are referred to as "map". > I think I'll try that, but I don't really understand : do I have to > create a html page, for example called maxcontent.html, with simply > <iframe src="content.html" /> (or something like that, I'm not really > familiar with iframes) in it, and the a html page called content.html > with all the content I'd like to display (that I really had) ? Is that > it ? Yes. Give that a go. The point about iframes is that they contain *complete* HTML pages. That does mean that you will probably need to include the maps script and CSS, because it's a different page. That's why you also need to make sure you're working with a copy, in case it's completely unsuccessful. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
