Hi,
I need to generate a large number of HTML pages from an SQL database. I can easily generate the pages, but would ideally like some way to automate the proceedure - eg automatically save the HTML page output for each record.
For example, say we have a single input (number from 1 to 100). Dependant on this input, a different image is displayed. Is there a way to do this automatically, so that 100 pages are generated each displaying say 001.jpg, 002.jpg, etc. I know how to generate the pages with ASP, it's the (a) automatically entering each number to generate 100 pages, and (b) saving them I'm stumped by. Web search brought up nothing... ;(
Thanks in advance,
Richard