AJAX - Interactive Websites
How To Build A Live Stock Ticker - Part 2
by: Shane Goodwin | Jan 23, 2007 | 1 Comment
In part 1 of this series, we built a "widget" to display a number of stock quotes on a website. In this part of the series, we will be harnessing the power of AJAX to automatically update those quotes at a predetermined interval. It is recommended, although not necessary, that you understand the XMLHTTPRequest object before reading this tutorial. It is necessary to be very familiar writing HTML and CSS code.