On Jan 13, 10:19 am, Nunenthal <[email protected]> wrote: > > http://www.guideroutier.lu/index2.php?fromform=itineraire&locale=fr&a...
Your HTML is hopelessly invalid. You can't have HTML markup in the <head> of a page; but worse is you insert an entire page, <html> tags and all, into a div. Browsers will do what they can with it, but won't necessarily recognise the second <body> tag with its onload attribute. Sort out your page and make it valid HTML, and it will probably work. Even if it doesn't, it will certainly be easier to analyse and find out why it isn't working. Andrew
-- 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.
