Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/12/2005, 10:14
Avatar de Cap.Buscapina
Cap.Buscapina
 
Fecha de Ingreso: octubre-2004
Ubicación: Argentina
Mensajes: 836
Antigüedad: 20 años, 2 meses
Puntos: 4
robalo:

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<script>
img=new Array();
img[0]="fondo.gif";
img[1]="fondo_cc.gif";
img[2]="fondo_xx.jpg";


function fondo(){
cual=Math.floor(Math.random()*(img.length))
document.getElementById('fondo').style.backgroundI mage="url("+img[cual]+")";
}


</script></head>

<body onload="fondo()">
<table id="fondo" width="100" border="1" align="center">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td >&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>
__________________
by Capitán Buscapina
.