On Sep 8, 2:03 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Russ Taylor wrote:
> > Sorry all, I didn't realise how much code I was pasting.
>
> > Here is a link to a mirror of the site I've made, which is broken
>
> >http://sws-sb.co.uk/map/
>
> > Runs fine in Firefox, fails in IE7. The fail is when you click a
> > marker, it should have a tabbed pop up, instead you get a JS error.
>
> You seem to have the same problem as this
> thread:http://groups.google.com/group/Google-Maps-API/browse_frm/thread/68b7...
>
> You html is
> invalid:http://validator.w3.org/check?uri=http://sws-sb.co.uk/map/&charset=(d...
>
> In particular you have an <a ...> tag which is not closed...
When I change this:
<a name="mapTop" />
to this:
<a name="mapTop"> </a>
The error goes away...
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---