![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/11/2006, 14:02
|
| | Fecha de Ingreso: enero-2003 Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 22 años 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!!! |