I have 4 links, each is a thumbnail and when clicked, will load the enlarged image. But I would like it to be loaded in the current page, in the current cell with the text “Loaded Thumbnail Goes Here”.
There are about 20 tables of this type on one page.
Sorry but I can’t think of a way of doing this in HTML. An ‘a href’ tag only has certain options like _parent, _new, _blank - certainly nothing that supports what you’re trying to achieve.
You could try a bit of javascript to preload the images, or load them upon request. Here’s a little bit of code, but I haven’t tested it… just a thought, but I’m pretty sure it can be done.
This code may not work properly… I’m not much of a javascripter.
It’ll load the full pic, but you’ll probably want to look into preloading as people probably won’t want to wait for it to load in the background. They don’t really get anything visual to indicate that the picture is actually loading.