AJAX

I need to use AJAX to display sensor data on a web page did anybody ever

did this. Thanks Allen C

Take a look at the following link:

http://www.rabbit.com/forums/showthread.php?t=638

This is not AJAX its RSI (Remote Scripting with Iframes) and its much easier than AJAX and has a lot faster repsonse times.

If you need AJAX I would recommend you take a look at the Yahoo! User Interface web libraries.

http://developer.yahoo.com/yui/

Attached is a sample I wrote using the YUI librares; it does use AJAX.

Thanks ! I will explore this option. Is there any other examples on using this

technique. AC