![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/01/2002, 19:18
|
| | Fecha de Ingreso: diciembre-2001
Mensajes: 164
Antigüedad: 23 años, 1 mes 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> |