형상관리/웹

What is Ajax?

dcmru 2010. 2. 12. 01:57

Ajax is a way of developing Web applications that combines:
  - XHTML and CSS standards based presentation
  - Interaction with the page through the DOM
  - Data interchange with XML and XSLT
  - Asynchronous data retrieval with XMLHttpRequest
  - JavaScript to tie it all together

원문 : http://webdesign.about.com/od/ajax/a/aa101705.htm

저작자표시 비영리 변경금지 (새창열림)