Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/01/2005, 17:07
yazo
 
Fecha de Ingreso: abril-2003
Mensajes: 363
Antigüedad: 21 años
Puntos: 3
Este es el codigo que he usado.

¿En que falla?

Código HTML:
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
  <p><a href="#" onclick="document.getElementByid('im').src='Puesta.jpg';return false">Cambiar</a></p>
  <p><img src="Nenúfares.jpg" id="im" /></p>
</div>
</body>
</html> 
el return le he puesto junto.


Un Saludo