anderson8
04-25-2008, 10:56 PM
Ok, bit of a novice and not entirely sure if this is the best way of doing what i want but here goes...
I would like a user to be able to select from a drop down menu one of (location 1, location 2 or location 3) and then select the date they wish to view from a calendar.
I would then like to dynamically create the following:
<a href="Photos/[location]/[date]/HQ/1.jpg"><img src="/Photos/[location]/[date]/TN/1.jpg"</a>
for a specific e.g. choice location 1, date 21/04/08
<a href="Photos/location1/210408/HQ/1.jpg"><img src="/Photos/location1/210408/TN/1.jpg"</a>
And so a dynamic photo is created with a thumbnail and a link to a HQ version of the image.
Is this possible or am I in the wrong place/dream world.
Any help much appreciated.
I would like a user to be able to select from a drop down menu one of (location 1, location 2 or location 3) and then select the date they wish to view from a calendar.
I would then like to dynamically create the following:
<a href="Photos/[location]/[date]/HQ/1.jpg"><img src="/Photos/[location]/[date]/TN/1.jpg"</a>
for a specific e.g. choice location 1, date 21/04/08
<a href="Photos/location1/210408/HQ/1.jpg"><img src="/Photos/location1/210408/TN/1.jpg"</a>
And so a dynamic photo is created with a thumbnail and a link to a HQ version of the image.
Is this possible or am I in the wrong place/dream world.
Any help much appreciated.