Jump to content
xisto Community

eduard005

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by eduard005

  1. 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
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.