28.04.2013 Views

De ce PHP? - Universitatea din Oradea

De ce PHP? - Universitatea din Oradea

De ce PHP? - Universitatea din Oradea

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

AJAX – exemplu – Suggest<br />

function stateChanged() {<br />

if (xmlHttp.readyState==4) {<br />

document.getElementById("txtHint").innerHTML =<br />

xmlHttp.responseText;<br />

}<br />

}<br />

n Se execută de fiecare dată când starea obiectului<br />

XMLHTTP se schimbă.<br />

n Când starea devine 4 ("complete"), conțintul lui<br />

txtHint este completat cu textul primit ca răspuns.<br />

25

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!