|
|
|
|
|
by JimDabell
883 days ago
|
|
DHTML was long before XHR; the term was more or less already out of fashion by the time XHR came along. DHTML was used for situations like when you had hierarchical selects where the contents of the second select depended upon what you picked for the first select. All the code and data was delivered up front with the page load; you didn’t go back to the server for it with XHR. |
|
The ability to pull down new results and load them was largely enabled by DHTML, though, because you still need a way to update the page with the new data. But now that I'm more awake I agree DHTML and the unrelated web2.0 features are different things.