Jump to content

AJAX AJAX AJAX


fareedreg

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.