ragazzi ho un problema con questo codice:
<!--
img = new Array()
ran = Math.floor(8 * Math.random());
img[0] = 'img/testata1.png" width="" height="" border=""';
img[1] = 'img/testata2.png" width="" height="" border=""';
img[2] = 'img/testata3.png" width="" height="" border=""';
img[3] = 'img/testata4.png" width="" height="" border=""';
img[4] = 'img/testata5.png" width="" height="" border=""';
img[5] = 'img/testata6.png" width="" height="" border=""';
img[6] = 'img/testata7.png" width="" height="" border=""';
img[7] = 'img/testata8.png" width="" height="" border=""';
document.write("<img src=\""+img[ran]+"\">");
// -->
Come da facile lettura capirete che serve per randommizzare delle immagini.
Ma IE non me lo fa funzionare!![]()
Se qualcuno saprebbe suggerirmi come fare ne sarei grato!!![]()