Jump to content
php.lv forumi

nesaprotu kāpēc xmlHttp.readyState==0


ray

Recommended Posts

function test_f(lauks) 
{ 
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{ 
document.getElementById(lauks).innerHTML=xmlHttp.responseText 
} 
}

 

xmlHttp aizvieto ar lauks.

 

Kā arī - kas tas par xmlHttp.readyState=="complete" ? Cik zinu, tad readyState vērtības var būt tikai cipariskas.

Edited by andrisp
Link to comment
Share on other sites

×
×
  • Create New...