I've seen some answers to this question before but i'm not sure that they'll achieve what i'm trying to do.
Basically, I have a small area in which is a 3 x 3 table. Each of the nine square areas will contain a small GIF image chosen from a couple of hundred at random.
My first question is how can I ensure that once an image has been loaded at random, it doesn't get loaded again on the same page load?
Secondly, each image should have a link that will popup a page relating to the image clicked on. At the same time, i'd like to include some title/alt text to be shown when the mouse is hovered over the image.
Can I achieve all this with javascript?
Thanks!
Basically, I have a small area in which is a 3 x 3 table. Each of the nine square areas will contain a small GIF image chosen from a couple of hundred at random.
My first question is how can I ensure that once an image has been loaded at random, it doesn't get loaded again on the same page load?
Secondly, each image should have a link that will popup a page relating to the image clicked on. At the same time, i'd like to include some title/alt text to be shown when the mouse is hovered over the image.
Can I achieve all this with javascript?
Thanks!