• [^] # Re: Une nouvelles victoire des standards ouverts

    Posté par . En réponse au journal Une nouvelles victoire des standards ouverts. Évalué à 3.

    La page d'accueil (index.htm) n'est qu'une page de test et renvoie ensuite vers les pages officielles, qui elles sont loins d'être W3C compliant: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.socgen.com%2Ffr%2Findex2.htm Pour info le code de la page d'accueil, "W3C compliant" (forcément, y'a que du JS): <?xml version="1.0" encoding="iso-8859-1"?> <!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> <title>| Groupe Société Générale |</title> <meta name="author" content="Groupe Société Générale" /> <meta name="Description" content="Portail du Groupe Société Générale, annuaire des sites SG, sponsoring et mécénat." /> <meta name="Keywords" content="euro,bank,Société Générale,portail Société Générale,banque française,nouvelle économie,rugby,mécénat musical,groupe société générale,groupe bancaire,portail,art contemporain,bourse,bourse en ligne,logitelnet,modern,banque,musique classique,portail bancaire,musée virtuel,finance,europe,banque en ligne,services bancaires,Asset management,recrutement,nouvelles technologies,daniel bouton,e-commerce,e-banking,sg" /> <meta http-equiv="Refresh" content="3;URL=fr/index2.htm" /> <script type="text/javascript"> <!-- var js = 1.0; Name = navigator.appName; Lang = navigator.language; Vers = parseInt(navigator.appVersion); if (navigator.appName == "Netscape") js = ((Vers >= 4) ? 1.1 : 1.0 ); else if (navigator.appVersion.indexOf('MSIE') != -1) js = ((Vers >= 4) ? 1.1 : 1.0); if ((js < 1.1)||(navigator.appVersion.indexOf("Win") != 1)) self.location.href="fr/index2.htm" else if (Name == "Netscape") if ((Lang == "fr")||(Lang == "fr-FR")) self.location.href="fr/index2.htm" else self.location.href="en/index2.htm" else if (navigator.systemLanguage == "fr") self.location.href="fr/index2.htm" else self.location.href="en/index2.htm"; //--> </script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="stylehome.css" rel="stylesheet" type="text/css" /> </head> <body> </body>