Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/12/2004, 10:36
Avatar de ppjillol@
ppjillol@
 
Fecha de Ingreso: diciembre-2002
Mensajes: 110
Antigüedad: 21 años, 5 meses
Puntos: 0
Hola,

Aqui tienes el código de la página :

Código:
<html>
<head>
<script language="JavaScript" type="text/javascript">
<!--
function SetBG(color)
{
    document.bgColor = color;    
  
}
//-->
</script>
</head>
<body bgcolor="#999999">

<table width="100%" height="96%" border=0 cellpadding=0 cellspacing=0>
<tr><td align=center><a href="#" onClick="window.close()"><img alt="Alexei Еven, &quot;Вечер Марины&quot;" border=0 src="http://img.photosight.ru/2004/09/21/624217.jpg" GALLERYIMG="no"></a></td></tr>
<tr><td>

<table align=center cellpadding=0 cellspacing=2 border=0>
<tr>
<td bgcolor="#FFFFFF" onmouseover="SetBG('#FFFFFF')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#E5E5E5" onmouseover="SetBG('#E5E5E5')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#CCCCCC" onmouseover="SetBG('#CCCCCC')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#B3B3B3" onmouseover="SetBG('#B3B3B3')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>

<td bgcolor="#999999" onmouseover="SetBG('#999999')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#808080" onmouseover="SetBG('#808080')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#666666" onmouseover="SetBG('#666666')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#4D4D4D" onmouseover="SetBG('#4D4D4D')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#333333" onmouseover="SetBG('#333333')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#1A1A1A" onmouseover="SetBG('#1A1A1A')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td bgcolor="#000000" onmouseover="SetBG('#000000')"><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td><img src="/pics/dot.gif" width=18 height=18 border=0></td>
<td><a href="#" onClick=window.close()><img src="/pics/b_close.gif" width=18 height=18 border=0></a></td>
</tr>
</table>

</td></tr>
</table>
</body></html>

1.-Esta es la funcion:

function SetBG(color)
{
document.bgColor = color;

}

2.-Y este el evento q lo activa :
onmouseover="SetBG('#999999')"


Espero q te sirva!
salud,
ppjj