Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/12/2004, 17:48
Alex Cruz
 
Fecha de Ingreso: julio-2004
Mensajes: 194
Antigüedad: 20 años, 6 meses
Puntos: 0
Hola Javier, gracias por responder. Pero ya intente cambiar de nombre la imagen, incluso las numere para diferenciarlas, pero no jala el script.

Incluso cuando cambias el name="the_image", el script no funciona para una sola imagen del link. No entiendo porque solo funciona en el caso de un solo link con cambio de imagen???




<html>
<head>

<body bgcolor="black">

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<center>
<a href="http://www.motorola.com/mx" target="_blank"
onMouseOver="document.the_image.src='http://www.tonamelt.com/Publicidad/playstation-go.GIF';"
onMouseOut="document.the_image.src='http://www.tonamelt.com/Publicidad/playstation.gif';">
<img src="http://www.tonamelt.com/Publicidad/playstation.gif" name="the_image1" border="0">
</center>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<center>
<a href="http://www.motorola.com/mx" target="_blank"
onMouseOver="document.the_image.src='http://www.tonamelt.com/Publicidad/cineapolis-go.GIF';"
onMouseOut="document.the_image.src='http://www.tonamelt.com/Publicidad/cinepolis.gif';">
<img src="http://www.tonamelt.com/Publicidad/cinepolis.gif" name="the_image2" border="0">
</center>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<center>
<a href="http://www.motorola.com/mx" target="_blank"
onMouseOver="document.the_image.src='http://www.tonamelt.com/Publicidad/aiwa-go.GIF';"
onMouseOut="document.the_image.src='http://www.tonamelt.com/Publicidad/aiwa.gif';">
<img src="http://www.tonamelt.com/Publicidad/aiwa.gif" name="the_image3" border="0">
</center>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<center>
<a href="http://www.motorola.com/mx" target="_blank"
onMouseOver="document.the_image.src='http://www.tonamelt.com/Publicidad/motorola-go.GIF';"
onMouseOut="document.the_image.src='http://www.tonamelt.com/Publicidad/motorola.gif';">
<img src="http://www.tonamelt.com/Publicidad/motorola.gif" name="the_image4" border="0">
</center>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<center>
<a href="http://www.motorola.com/mx" target="_blank"
onMouseOver="document.the_image.src='http://www.tonamelt.com/Publicidad/mixup-go.JPG';"
onMouseOut="document.the_image.src='http://www.tonamelt.com/Publicidad/mixup.JPG';">
<img src="http://www.tonamelt.com/Publicidad/mixup.JPG" name="the_image5" border="0">
</center>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


</TABLE>
</body>
</html>