Hi, I'm a newbie to html. I'm creating a website with some pics. I want each picture to link to another html page to display a larger image, but I don't want to create a page for each one. Is it possible to create one html page, link to that, and have the image that was clicked on load into that page. I've got zero knowledge of javascript.
jay_el_em 0 Light Poster
Recommended Answers
Jump to Post— JorgeM 958Not possible with HTML alone. This requires scripting and can easily be done using server side scripting such as PHP, asp.net, Java, etc..
Jump to Post— gabrielcastillo 40Well he might be able to do this with jquery.. It wouldn't be the best thing to do but for instance here could,
Create html page with a list of all the images resized to thumbnails
Create a click function to hide all elements on page and display the fullsize …
All 6 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
gabrielcastillo 40 Web Developer
JorgeM 958 Problem Solver Team Colleague Featured Poster
jay_el_em 0 Light Poster
HarBeK 0 Newbie Poster
ckide 14 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.