Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/05/2008, 11:40
Ferranitu
 
Fecha de Ingreso: mayo-2008
Mensajes: 4
Antigüedad: 16 años
Puntos: 0
Re: Problemas con IE 7

Hola,

Os adjunto una pequeña página de prueba que he generado, en ella se lanzan dos alerts...

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="prueba.aspx.cs" Inherits="Immo.prueba" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<script>
alert("b");
</script>
<title>Página sin título</title>
</head>
<body onload="alert('a');">
<form id="form1" runat="server">
<div>

</div>
</form>
</body>
</html>

pero nada, no aparece ninguno de los dos...
Alguien me puede ayudar al respecto?

Gracias y un saludo,
Ferranitu