Hello! I'm trying to execute following code:
a=new Array(); a=eval("("+responseText+")"); for (prop in a) { e=document.getElementById(prop) if (e) {e.innerHTML=a[prop]}and I recieve error in a=eval("("+responseText+")");
what's wrong? responseText it's result from php2js() function. Apache 2.2.6/PHP5.2.5/MySQL 5.0.45