PDA

View Full Version : Ajax?



tscales
September 3rd, 2005, 06:18 AM
Am I hallucinating? I remember reading of another way to communicate with Girder from a web page. I thought it was Ajax. Now I can't find any reference to it. I can't find any examples.

The Webserver isn't working well for my project and I'd like to go a different route. Any suggestions on where I can find doc and examples?

Thanks,

Tom

birty
September 3rd, 2005, 07:05 AM
ajax is part of the web server

tscales
September 3rd, 2005, 07:33 AM
ajax is part of the web server

Yeah, I knew that, but need a pointer to some documentation.

Ron
September 3rd, 2005, 05:51 PM
There are the webserver .lhtml pages and there is the manual. But for details about AJAX just go and read stuff on the web. Since AJAX to the server is simply a http request we support it. The rest is client side (IE/Firefox).

tscales
September 3rd, 2005, 06:04 PM
Gotcha. Ajax is new to me and I, incorrectly, thought it was a Girder 'language' Will read up on it.

Tom