Ajax.Updater

はじめの一歩ってことで。

doSimpleXMLHttpRequest(url).addCallback(function (xhr) {
  getElement(id).innerHTML = xhr.responseText;
});