Is it possible to pull data from a text file into a web page without using ASP? I just want to go line by line from a text file into an HTML table, with the first five lines from the text file in the first <tr> and in its first five <td>'s, and the next five lines from the text file in the next <tr> in its first five <td>'s, etc.