Moved the PHP code up ahead of the <html> tag and that got rid of the duplicate DOCTYPE. Still have some duplicate head tags. I'm going to open a beer and take another look at the first chapter of that HTML book.
Thanks for the help. On Jan 28, 8:53 pm, "[email protected]" <[email protected]> wrote: > On Jan 28, 5:51 pm, Dan <[email protected]> wrote: > > > Weird thing is, that second DOCTYPE and <head> aren't in the original > > code. There is some PHP in that area, though. > > Which is probably the problem. What do you think that PHP code is > doing? (It is probably embedding a complete web page inside the > already existing one when it shouldn't be). > > -- Larry > > > > > On Jan 28, 5:13 pm, marcelo <[email protected]> wrote: > > > > You still have 2 DOCTYPE declarations and 2 <head> sections. > > > I don't have IE7, but malformed HTML cannot be a good thing. > > > > -- > > > Marcelo -http://maps.forum.nu > > > -- > > > > On Jan 28, 5:36 pm, Dan <[email protected]> wrote: > > > > > Thanks. I clean it up. I was hoping there would be one glaring issue. > > > > > On Jan 27, 11:39 pm, marcelo <[email protected]> wrote: > > > > > > Your HTML is not valid. > > > > > Form is outside the <body>, DOCTYPE declaration is in the middle of > > > > > the page, etc... > > > > > > -- > > > > > Marcelo -http://maps.forum.nu > > > > > -- > > > > > > On Jan 28, 5:17 am, Dan <[email protected]> wrote: > > > > > > > I've got a form for a user to submit address and other info. > > > > > > OnSubmit > > > > > > I've got it refreshing the map and sidebar with the new data in FF, > > > > > > Chrome and Safari. > > > > > > > But not IE7. No error messages, the map and sidebar just don't > > > > > > update. > > > > > > > Here's a link > > > > > > > Feel free to enter test data. > > > > > > >http://datacenter.courier-journal.com/business/gas/gas1.php > > > > > > > Any clues appreciated.- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
