I want to be able to browse through a directory of HTML files using two frames without using a database. The left side containing the navigation buttons with a text box displaying the name of the current file, the right side displaying the contents of the file.
As each navigation button is clicked the left side is updated with the name of the current file and the right side displays the file.
Are there any sugestions about the best way to tackle this and is something like this possible..
Your comments are appreciated..
Randy