Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] DOM vs AJAX


  • From: list at tridemail.de (Michael Borchers)
  • Subject: [Javascript] DOM vs AJAX
  • Date: Tue Jun 20 03:19:51 2006

when i discovered DOM i used it to dynamically create form elements.
now i also use AJAX.

with DOM i'd have to really create every element,
but with AJAX i would simply store the elements in a seperate file
and then import it into a <div>.

seems much easier ans quicker to me.

any disadvantages?