Ajax Edit in Place Using Prototype
December 7th, 2006 • 223 Views • Ben Robinson • blog reactions
In this article I will show you how to use the popular prototype JavaScript include file to use an Ajax technique called edit in place,but first, let’s explain the technique. Edit in place, like many other Ajax functions, uses the XmlHttpRequest Object to call an external page to send and receive information. If you are not familiar with Ajax technologies, there is a great 2-part tutorial on this site located here. Read more »
