View Single Post
Old 08-14-2010, 12:30 AM   PM User | #4
developer-si
New to the CF scene

 
Join Date: May 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
developer-si is an unknown quantity at this point
I did exactly as gumape said. But I returned JSON from PHP. So the PHP constructs 2D array, encodes to JSON (json_encode() function), returns it, JavaScript gets the response with ajax, evals it (eval() function) and processes as gumape said. Cause setting innerHTML attribute in IE really doesn't work.

If someone wants to know more about that, I can provide additional info.
developer-si is offline   Reply With Quote