image references

admin

Administrator
Staff member
Do images have to refeneced directly or can they be referenced indirectly.

Trying to set up a thumbnail viewer. I want to build an array with all the images in them and then reference that array when displaying the images.

ie can an image be called like this?

var var1=images[0]

<img name=i1 src=http://www.webdeveloper.com/forum/archive/index.php/var1.jpg>
 
Back
Top