View Single Post
  #12 (permalink)  
Old 06-27-2007, 09:51 PM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 317
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
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...
Reply With Quote