![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have a network based data aquisition box that connects via LAN. The user uses a web browser to see the data. Currently, the data is updated when the user refreshes the browser. I want to display the data at about 1 update per second, and so far I have read about three possible solutions. One is Flash, which is over kill. Then there is AJAX which is designed to do this task, but it looks like there are some differences between browsers which will complicate the code. The other choice is a roll-my-own concept like AJAX, but not using the XML-HTTP Request. My question is if my understanding is correct, and is there any guidance from those that may have done something like this recently? Dave, --- e-mail: d boland 9 (all 1 word) at fastmail period fm |
#3
| |||
| |||
|
|
We have a network based data aquisition box that connects via LAN. The user uses a web browser to see the data. Currently, the data is updated when the user refreshes the browser. I want to display the data at about 1 update per second, and so far I have read about three possible solutions. One is Flash, which is over kill. Then there is AJAX which is designed to do this task, but it looks like there are some differences between browsers which will complicate the code. The other choice is a roll-my-own concept like AJAX, but not using the XML-HTTP Request. My question is if my understanding is correct, and is there any guidance from those that may have done something like this recently? If you want the entire page refreshed after one second, put this in the head |
#4
| |||
| |||
|
|
We have a network based data aquisition box that connects via LAN. The user uses a web browser to see the data. Currently, the data is updated when the user refreshes the browser. I want to display the data at about 1 update per second, and so far I have read about three possible solutions. One is Flash, which is over kill. Then there is AJAX which is designed to do this task, but it looks like there are some differences between browsers which will complicate the code. The other choice is a roll-my-own concept like AJAX, but not using the XML-HTTP Request. My question is if my understanding is correct, and is there any guidance from those that may have done something like this recently? |
#5
| |||
| |||
|
|
Currently, the data is updated when the user refreshes the browser. I want to display the data at about 1 update per second, and so far I have read about three possible solutions. |
![]() |
| Thread Tools | |
| Display Modes | |
| |