Hey gom,

I think I found the solution.

Please change the HtmlDecode function with following code:

function HtmlDecode(input)
{
    var txt = document.createElement("textarea");
    txt.innerHTML = input;
    return txt.value;
}




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5307071.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to