http://qs321.pair.com?node_id=795336


in reply to Perl, DOM, Javascript and AJAX

Yes, and no. Perl or PHP are used to generate the html which is sent to the browser. After that it's down to using Javascript for any updates to the content if you don't want to go back to the server. The DOM can be manipulated by Javascript to change the content on the page. AJAX is simply the use of Javascript to talk to the server to fetch or store data.

cheers,

J