Modifica esto:
<td><div align="center"><img src="caritas/burla.gif" width="15" height="15" /></div></td>
Por esto:
<td><div align="center"><a href="javascript:caritas(' :D')"><img src="caritas/burla.gif" width="15" height="15" /></a></div></td>
Y así con todas las imágenes.
------------------------------------------------------------------------------------------------------
Y la función javascript
: (PONER ENTRE
<HEAD> Y
</HEAD>)
<script languaje="javascript">
function caritas(Which){
document.form.comentarios.value = document.form.comentarios.value + Which;
}
</script>
-------------------------------------------------------------------------------------------------------
Modificá esta línea:
<td height="337"><form action='' method="post" >
Por esta:
<td height="337"><form name="form" action="xxxx" method="post" >
-------------------------------------------------------------------------------------------------------
Cita:
Iniciado por Peli
He visto que dándole en el Internet Explorer o en el Firefox en "ver/código fuente" no sale entero como es en realidad, no sé por qué...
Eso sucede porque solo te muestran el código HTML.