> well andrew here it is i can't figure it out see if you something
> wrong?

He did tell you, your doc needs to look like -
<!DOCTYPE>
<HTML>
<HEAD>
... (stuff)
</HEAD>
<BODY>
... (stuff)
</BODY>
</HTML>

At the moment it looks like

                 <- There's no DOCTYPE at all
<HTML>
<HEAD>
.... (stuff)
</HEAD>
                <- you're missing a <body> here
... (stuff)
</BODY>
</HTML>
                  <- there should be nothing after this at all ever
... (stuff)      <- you have stuff here
 <BODY onload="startTimer();">         <----  it's no good here
... (stuff)      <- you still can't have stuff here


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to