eu não consegui colocar ele na tabela funcionando, ele está bom mas preciso que ele retorne após chegar ao fim das imagens!!!!
o código:
<head> <script language = "javascript"> <!-- Banners var the images = new Array(); the_images[0] = new Image(); the_images[0].src = "images/outras/cabelospontocom---01.gif"; the_images[1] = new Image(); the_images[1].src = "images/outras/cacula---01.png"; the_images[2] = new Image(); the_images[2].src = "images/outras/marini---02.gif"; the_images[3] = new Image(); the_images[3].src = "images/outras/kidoce---01.gif"; var the_timeout; var index = 0; function rotateImage() { window.document.my_image.src = the_images[index].src; index++; if (index >= the_images.length) { index = 0; } the_timeout = setTimeout ("rotateImage();", 3000); } // rotação de Imagens --> </script> </head>
esta parte é so head, falta o comando na tabela!!!!
