| DHTML
AJAX is the communication between client-side and server-side
DHTML is the act of using Javascript to communicate and manipulate html elements. you would be doing a document.getElementById("DivElementsID").innerHTML = "New HTML Source Code" or whatever... |