I currently have a form that give the person the ability to select 5 files to recieve based on 2 fields. a Volume Number and a Track Number. I currently have the form results emailed to me, and then send them the 5 files. I want to creat an ASP that concatenates the Volume and Track values, and then adds the file extension and shows them a result page with the links to click to download those 5 files. An example is as follows:
You pick the following values for the volume and track from the form:
volume:01 Track 05
volume:11 Track 04
volume:21 Track 03
volume:31 Track 01
volume:51 Track 07
These would translate in to href links that point to(respectively):
The Hyperlink would just say: File 1, File 2, File 3, etc.
Is this easy to do? All I have ever done with ASP is cut and paste to fit my needs.
You pick the following values for the volume and track from the form:
volume:01 Track 05
volume:11 Track 04
volume:21 Track 03
volume:31 Track 01
volume:51 Track 07
These would translate in to href links that point to(respectively):
The Hyperlink would just say: File 1, File 2, File 3, etc.
Is this easy to do? All I have ever done with ASP is cut and paste to fit my needs.