I have an HTML file that uses tabs and data binding. What I do is generate comma-delimited files and use data binding to display the data. The .csv files are constantly being updated, and I want this to be reflected on the HTML page without having to manually reload. How can I do this?