I have read many help documents in ASP that show a list of images and paging properties using ADO. An example of what I am talking about is this link:
My problem is that I am trying to simulate this exact same paging structure but I am not using a database. The images reside in a folder. I have already create thumbnail images of the large images. Everything is working fine right now because I was able to use FSO to generate the images to display on the browser.
My problem right now resides in the paging structure.
Since I am not using ADO and just using FSO what coding elements do I use? I went into the Microsoft Website and saw that I can use PAGESIZE but this uses ADO. Again, I am not using a database just the images found in a local folder.
Please help me. I know that this could be tricky to work with but hopefully there is someone out there that can help me. Currently I am coding the ASP page in JavaScript but if someone knows this answer in VBScript, I would just have to convert the code to JavaScript.
Thanks everyone;
Carlo
My problem is that I am trying to simulate this exact same paging structure but I am not using a database. The images reside in a folder. I have already create thumbnail images of the large images. Everything is working fine right now because I was able to use FSO to generate the images to display on the browser.
My problem right now resides in the paging structure.
Since I am not using ADO and just using FSO what coding elements do I use? I went into the Microsoft Website and saw that I can use PAGESIZE but this uses ADO. Again, I am not using a database just the images found in a local folder.
Please help me. I know that this could be tricky to work with but hopefully there is someone out there that can help me. Currently I am coding the ASP page in JavaScript but if someone knows this answer in VBScript, I would just have to convert the code to JavaScript.
Thanks everyone;
Carlo