Hello,
I am testing IE8 and it is showing the following error:
"Microsoft JScript runtime error: Object doesn't support this property or method"
when executing this code:
try
{
document.getElementById("graficoCotacoes").SetReturnValue(__flash__toXML(FC_Loaded("graficoCotacoes")) );
} catch (e)
{
document.getElementById("graficoCotacoes").SetReturnValue("");
}
I have debugged the javascript code in FusionCharts.js and on line #255 and noticed that on the "if" condition, the instruction
document.embeds[this.getAttribute('id')]
returns 'undefined' and immediately after, the exception is thrown!!!
At the time i wasn