Thanks to all for your answers, but it still doesn't work...

I've created a new page showing the same things but without
"disturbing" the real page:
http://webs.racocatala.cat/patrimonivila/loginsystem/prova.php

I double-encoded the special characters (http://webs.racocatala.cat/
patrimonivila/loginsystem/marks1.php?name=vila), but it still doesn't
work on IE... May it be a codification problem? Files marks1.php and
prova.php are coded in ANSII, but the file marks1.php has this code:

header("content-type:text/xml; charset=latin1");
echo "<?xml version='1.0'?>";

I had lots of problems specially with the codification of that file...
May this be the problem?

On 5 Nov, 18:02, "warden [Andrew Leach - Maps API Guru]"
<[EMAIL PROTECTED]> wrote:
> On Nov 5, 3:51 pm, mrc2407 <[EMAIL PROTECTED]> wrote:
>
> > Hi!
>
> > I can't see neither custom icons nor a marker sidebar on IE6 (WinXP
> > SP2), but I do on Firefox. I can also see default markers on IE (see
> > link below)
>
> This is almost certainly because IE is objecting to your unencoded
> XML. A letter like à should appear in your XML as &amp;amp;aacute;
> (that is, it's double-encoded). Firefox is more forgiving, as Mike
> says.
>
> >http://webs.racocatala.cat/patrimonivila/loginsystem/veure.php?lloc=11
> > (default icon)
>
> What's the problem with this? It's doing exactly what you tell it to:
>     var marker = new GMarker(new GLatLng(41.57861, 1.93889));
>     map.addOverlay(marker);
> You're not specifying a custom marker.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to