I’am new and my brain is burning
My problem is this that visit I have a website lemonx.biz.
As you see I have made there 4 frames displaying small shoes of zara hermes and puma.
When the user clicks on the small thumbnails which are in folder images/zara/thumbnals/1.png showing zara puma and hermes shoes a new window tab opens displaying the larger version of the thumbnail from images/zara/1.png image in a div using html javascript or jquery.
Wrap your images in anchor tags with an
hrefpointing to the larger version of the image andtarget="_blank".EDIT: As per your updated instructions.
Instead of linking directly to the image, link to
next.html#name_of_image.jpg. Then, when next.html is loaded, execute javascript to populate the target div with the appropriate image.e.g: