Hi,
I try to change an element innerHTML attribute with an escaped character.
In Firefox 3 or Safari this work very fine but not in Firefox 2.
Here is my simple javascript code :
var html ='<span>à</span>'; content.innerHTML = html;
An invalid or illegal string was specified" code: "12
getElementsByTagName()("INPUT", span#ajax-view-state)3_3_0.GA...ript.seam (line 101)
before replacing elemements");if()(Object _query=Object _documentElement=html options=Object)3_3_0.GA...ript.seam (line 166)
XMLHttpRequest()()3_3_0.GA...ript.seam (line 87)
elementname+"\"]");}Sorry, I don't see my javascript is this one :
var html ='<span>à</span>'; content.innerHTML = html;