Log in

View Full Version : Possible?? HTML - image variable



HappyHour-US
03-31-2011, 07:59 PM
This is seriously going to sound dumb but OK - here we go...

I have 50 images for art work - students stuff. I want to display all the images on one html page - than, if a parent wants to make it larger - click, but I don't want to create 50 pages when all I am doing is changing the name of the file?

Is it possible that the image(s) on the single page - points to a html link and inside the link the "image variable" is passed to the page and display the image ?

traq
04-01-2011, 01:09 AM
if you are using php or another server-side language, certainly. html is not capable of doing this on its own, however.