Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/07/2007, 16:38
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 19 años, 11 meses
Puntos: 38
Re: Por que no ejecuta el evento?

Ok, pues ya lo probe con Opera y el IE6 y no falla...
tal vez tengas algo mas en el code que este influyendo...

------------
Anexo code
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>FDW - JScript Sample</title>
		<script id="clientEventHandlersJS" language="javascript">
<!--

function eliminar(){
    alert('entro');
}


//-->
		</script>
	</head>
	<body>
		<INPUT type="button" name="eliminar" id='eliminar' value="Eliminar" style="BACKGROUND:#7394bd;LEFT:250px;FONT:8pt Arial;POSITION:absolute"
			OnClick="alert('si');eliminar();" onmouseover="sel_boton(this);" onmouseout="unsel_boton(this);">
	</body>
</html>
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.