riekkomi con un nuovo quesito, ho letto di tutto in rete ma o son scemo io o han scritto male il codice x questo semplicissimo scambio banner in java..
<!--- Written by Giancarlo Spadini - http://www.csr.unibo.it/~spadini
function choices()
{
this[0] = 2;
<!--- Written by Giancarlo Spadini - http://www.csr.unibo.it/~spadini
function choices()
{
this[0] = 2;
this[1] = "<a href="http://www.ankorakredo.altervista.org" target="_blank\"><img src="http://ankorakredo.altervista.org/gif/banner480x60.gif" alt="fumatidentro.tk" border="0\"></A>";
this[2] = "<a href="http://www.crashdown.altervista.org" target="_blank\"><img src="http://crashdown.altervista.org/gif/banner.gif" alt="fumatidentro.tk" border="0\"></A>";
}
function grabBanner()
{
var today = new Date();
var choiceInstance = new choices();
var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
return Banner;
}
document.writeln(grabBanner());
continua xò a nn funzionare e nn kapisco dove stia l'errore..lo script x rikiamare è il seguente