Skip to main content
Inspiring
October 12, 2011
Answered

Real-Time Streaming

  • October 12, 2011
  • 1 reply
  • 635 views

Hi All,

I have charts created with cfchart, and the data is constantly changing. Can anyone give an example of how they resolved this issue? The data is presented via 46" LCD TVs with no user interaction.

Thanks,

DJ Khalif

This topic has been closed for replies.
Correct answer Dan_Bracuk

You can use javascript to refresh the page at your desired interval.  You can also use meta refresh.  The javascript function is settimeout.  Your friend Google will help you find code samples.

1 reply

Dan_BracukCorrect answer
Inspiring
October 12, 2011

You can use javascript to refresh the page at your desired interval.  You can also use meta refresh.  The javascript function is settimeout.  Your friend Google will help you find code samples.