[Javascript] pict show

FERON Matthieu FERONMA at cic-i.com
Mon Nov 12 02:22:00 CST 2001


first make a javascript tab with new method
and then use a layer to put your image in html synthax
as so:

tab = new array(1)
for i=0 
	tab[i] = new image();
	tab[i].src = "your image url here";

in the screen loop

document.mydiv.myimage.src = tab[i].src;

-----Message d'origine-----
De : Vincent Kocher [mailto:vkocher at wombat.ch]
Envoyé : samedi 10 novembre 2001 12:06
À : javascript group
Objet : [Javascript] pict show


hello group

i would like to show my holliday picture on the web like a dia show!
the pict have a nummer say 1 - 50 *.jpg
ist there any other way to load them!
at this time i have every picture in one *.htm file!
and i just reload after 6 seconde to the next file!
I am sure there would be a more easy way to do it - but i don't know
them!
can sombedy help me out

vincent
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011112/d2e7c8e1/attachment.htm>


More information about the Javascript mailing list