Tutorial: Creating a Dynamic Table-Based Gallery Using ASP and VBScript

April 20th, 2007 by Blue Chi
Posted in Tutorials, Web Development

Creating a Dynamic Table-Based Gallery Using ASP and VBScript

This tutorial will teach you how to create a gallery using VBScript which can dynamically expand by changing the number of images for it contain without having to change the number of rows and cells in the cell itself. To accomplish this we will be using the FOR…NEXT loop, the MOD operator, and the IF conditional. This tutorial will require you to have to some HTML, ASP and VBScript knowledge. View the tutorial here.

Post a Comment