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... Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/186092-ajax-ajax-ajax/#findComment-982741 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.