HTML application

Hello Digi community, I has a question over HTML. In my application I have HTML sides with data of a measuring instrument. If I would like to update the data from the instrument I load the whole side again. Now I would like to change my application in such a way which I do not loaded again the whole side, I will load only the individual data. How do I make so ? Thanks for your assistance. Marcus

You need ‘Ajax’.

I found this to be a very useful series of articles:

http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html

  • some very helpful articles.

You may also have to extend your knowledge of HTML and CSS to make it work properly.