I'm a JavaScript newbie and have no idea how to accomplish this, so a push (or shove!) in the right direction would be really great.
I have an HTML page and I need to display some data to a user that is constantly changing. The data is just text output from a web page.
What would be the best way to get the output of a page and then display that output to the user using JavaScript?
Thanks!
var tId = setInterval(function() { location.reload(1) },10000);