Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/04/2002, 16:54
Avatar de jpogsistem
jpogsistem
 
Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 23 años, 2 meses
Puntos: 4
Re: Imagen onclick

Este otro cambia la magen al pasar el mouse por encima, quizas tambien te sirva.

Todo sacado del deposito:

<a href='ir.asp?http://www.webtutorial.com.ar' target='_blank'>http://www.webtutorial.com.ar...</a>

Saludos


&lt;!-- PRIMER PASO: Copiar dentro del tag HEAD --&gt;

&lt;script language=&quot;javascript&quot;&gt;
&lt;!--
imagen1=new Image()
imagen1.src=&quot;imagen01.gif&quot;
imagen2=new Image()
imagen2.src=&quot;imagen02.gif&quot;
//--&gt;
&lt;/script&gt;

&lt;!-- SEGUNDO PASO: Copiar dentro del tag BODY --&gt;

&lt;img src=&quot;imagen01.gif&quot; name=&quot;ejemplo&quot; onMouseover=&quot;document.images['ejemplo'].src=imagen2.src&quot;
onMouseout=&quot;document.images['ejemplo'].src=imagen1.src&quot;&gt;


<center><a href="http://www.montoyaf1.tk/" target="_blank"><BR><img src="http://galeon.com/jpogsistem/firma1.jpg" border="0" alt="Lo Mejor Sobre el Futuro Campeon del Mundo"></a></center>