scousethemoose
Programmer
Hi
I'm building an ajax based messsaging system at the moment, and am returning dynamically created javascript array written by an asp page.
This script is put into the page using document.getElementBy('msgID').innerhtml = request.responseText.
When I try to use the function which accesses the returned array, its reports the array as undefined.
Any suggestions?
I'm building an ajax based messsaging system at the moment, and am returning dynamically created javascript array written by an asp page.
This script is put into the page using document.getElementBy('msgID').innerhtml = request.responseText.
When I try to use the function which accesses the returned array, its reports the array as undefined.
Any suggestions?