Ajax Updater – Update a DOM element ID from a Server Script This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ (see part one for more details on prototype). ajax.Updater allows you to specify an element ID and script URL – and whatever the [...]
This is part of one of many such tutorials covering Ajax with Prototype. If you do not want to get your hand to dirty with custom Ajax code, then using the extremely handy toolkit from prototype may be perfect. Prototype is a very well written JavaScript framework/toolkit and come with an Ajax class to make [...]