> THANK YOU MARCELO...but I'm just not seeing three heads and two > doctypes. The reference file is a pop-up window.
If this is the reference file - http://www.knifeforkspoon.com/wi_54403/profiles/show_details.cfm?id=11 open it in a browser and use 'view source'. Your structure is - <html> <head> ......... </head> <body> ....... <html> <head> ....... </head> <body> ...... </body> </html> ..... <html> <head> ..... </head> <body> ..... </body> </html> ..... </body> </html> which is completely invalid. Browsers will do their best to try and cope, but which bits might get rendered and which not depends on the browser, as does any <body onload='...'> that might or might not get triggered. If you're putting that mess into a "popup window", what method are you using? iframes? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
