Ver Mensaje Individual
  #9 (permalink)  
Antiguo 01/01/2002, 19:18
CHuLoYo
 
Fecha de Ingreso: diciembre-2001
Mensajes: 164
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Ayuda Con Codigo

Trankilo, acabo de encontrar el código. Un ejemplo de código sería este: (el código importante es el que está en negrita )

<html>
<head>
<script language="JavaScript">
function Error_Cargar() {
window.event.srcElement.style.display = "None";
}
</script>

</head>
<body>
<img
src="img/imagen_que_no_existe.gif"
OnError="Error_Cargar()" >
</body>
</html>

<IFRAME marginWidth=0 marginHeight=0 src="http://www.iraultza.com/castroweb/firma.htm" frameBorder=0 noResize width=450 scrolling=no height=55></IFRAME>