fareedreg Posted December 22, 2009 Share Posted December 22, 2009 function setOutput(){ if(httpObject.readyState == 4){ document.getElementById('outputText').value = httpObject.responseText; document.getElementById('outputText1').value = httpObject.responseText; } how can we get two different values from httpObject.responseText... Link to comment https://forums.phpfreaks.com/topic/186092-ajax-ajax-ajax/ Share on other sites More sharing options...
trq Posted December 22, 2009 Share Posted December 22, 2009 Can you please stop posting ajax questions in the PHP Coding help board? We have an ajax board. Also, this is the third time you have asked the same question, you really should have another read of the rules. Reported this thread to be moved. Link to comment https://forums.phpfreaks.com/topic/186092-ajax-ajax-ajax/#findComment-982741 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.