In my opinion the eval should be without the Array() as in:
[PHP]eval(ajaxObject s[indexThis].response);[/PHP]
Suggest you put an alert in front of the eval
[PHP]alert (ajaxObjects[indexThis].response);[/PHP]
and the alert should also show:
Ronald :cool:
[PHP]eval(ajaxObject s[indexThis].response);[/PHP]
Suggest you put an alert in front of the eval
[PHP]alert (ajaxObjects[indexThis].response);[/PHP]
and the alert should also show:
Code:
formObj.firstname.value='Luie'; formObj.lastname.value='Lugo'; formObj.location.value='Pennsylvania';
Comment