Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/01/2004, 16:09
dobeto
 
Fecha de Ingreso: diciembre-2003
Ubicación: Salamanca
Mensajes: 123
Antigüedad: 20 años, 4 meses
Puntos: 3
Código completo:
<?php
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<title>robertorodriguez.net 2004</title>
<script src="funciones.js" type="text/javascript"></script>
<script type="text/javascript">
if(!document.getElementById)
{
alert("Este navegador no soporta esta versión.");
document.location.href="accesible.php";
}
</script>
<link rel="stylesheet" type="text/css" media="all" href="estilos.css" />
</head>
<body onresize="location.reload()">

<script type="text/javascript">
CapaPrincipal();
</script>

</body>
</html>