I’m working on a website with a lot of pages. All pages are numbered files, but not all numbers exist. Example: 0002.html, 0017.html, 0021.html, etc.
I want to offer the user Previous and Next buttons in one frame and show the contents of the numbered files in another frame. Instead of defining the previous and next filenames in all files I think I need a VBscript (I can’t use Perl).
How do I fill an array with all filenames in a path on the web?
How do I define the current file that’s loaded in a frame?
How do I create the buttons that let you browse through all pages?
Am I doing the right thing? I am a beginner in VisualBasic and unexperienced with VBscripting.
Regards,
Ben
I want to offer the user Previous and Next buttons in one frame and show the contents of the numbered files in another frame. Instead of defining the previous and next filenames in all files I think I need a VBscript (I can’t use Perl).
How do I fill an array with all filenames in a path on the web?
How do I define the current file that’s loaded in a frame?
How do I create the buttons that let you browse through all pages?
Am I doing the right thing? I am a beginner in VisualBasic and unexperienced with VBscripting.
Regards,
Ben