Forum Moderators: open
var result = new Array;
result[0] = http_request.responseText;
the data in: http_request.responseText;
is currently two values pulled via php, I need a way to make it so that these are in two seperate arrays because they appear it two different sections. Is it better to just repost the whole section, or is what i'm trying to do possible?
Currently it is seeing the text in : http_request.responseText; as text, and not as code. and I have no idea how to make it appear as code, or how the best way to proceed is.