From: James Britt Date: 2008-03-19T10:51:07+09:00 Subject: Re: AJAX without Rails Tony De wrote: > Hassan Schroeder wrote: >> >> I don't use JQuery, but there's gotta be some examples there :-) > > Thanks Hassan, I'll keep searching... You should dig up a tutorial on the XmlHttpRequest object. It is not the only way to do this sort of thing, but is likely the most common. It's not complicated. Basically, some javascript running in the browser makes a request of a URL. What gets returned from the server is (typically) used to alter the browser DOM. There are, I believe, some examples of this shipped with the Ramaze source code. www.ramaze.net -- James Britt "Judge a man by his questions, rather than his answers." - Voltaire