Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/11/2006, 14:02
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 2 meses
Puntos: 10
claro:

Código:
<html>
<head>
<title>Test</title>
<script type="text/javascript">
<!--
function cambiar(foto,txt)
{
	var contenedor = document.getElementById('contenedor');
	contenedor.innerHTML = "<img src='"+foto+"' />"+txt;
}
-->
</script>
</head>

<body>
<a href="#" onclick="cambiar('foto_grande.jpg','<p>esta foto es muyyy chula!</p><p>esta foto es muyyy chula!</p>')"><img src="foto_chica.jpg" /></a>
<table>
<tr>
	<td id="contenedor"></td>
</tr>
</table>
</body>
</html>
__________________
oohh... quisiera ser godines!!!