14/12/2005, 10:14
|
| | | 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í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> </td>
</tr>
<tr>
<td > </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
__________________ by Capitán Buscapina
. |