|
Posted by David E. Ross on March 10, 2008, 2:42 pm
Please log in for more thread options
On 3/10/2008 10:32 AM, Borked Pseudo Mailed wrote:
> 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
>
See if you can find out how Yahoo updates their stock quotes at
<http://finance.yahoo.com/>. I suspect this is done with JavaScript
because the updates don't happen when I disable JavaScript.
--
David Ross
<http://www.rossde.com/>
Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
|