Dynamic web page

I would like to create a dynamic web page i.e. variables update on the page without a refresh of the page.

I have been looking into using Ajax and I have seen some comments about getting it working on this forum but I have not seen and code examples. Does anyone have anything they can share?

I’m using an RCM6710, Can I assume all I need is the web server running on the processor?

thanks
Ron

The AJAX way is the good solution.

You can find more informations and examples codes by reading the RabbitGeek book available at this link.

The idea is to use javascript in order to make RCM generate a XML file parsed by the web page in your browser.

Have fun.

Thanks so much!!
Chapter 17 had exactly what I wanted.

Had it up and running in less than a minute!