Ver Mensaje Individual
  #15 (permalink)  
Antiguo 01/02/2008, 16:01
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 17 años, 4 meses
Puntos: 36
Re: ¡¡¡ayuda Con Caritas En Libro Visitas!!!

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('&nbsp;: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 Ver Mensaje
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.