hi, I have output code:
And the output is shown in the input place:PHP Code:function setOutput(){
if(httpObject.readyState == 4){
document.getElementById('outputText').value = httpObject.responseText;
}
}
How I can get my output just as a text in <div></div> ???PHP Code:<input type="text" name="outputText" id="outputText" />
Thanks![]()



Reply With Quote

Bookmarks