Partage
  • Partager sur Facebook
  • Partager sur Twitter

erreur w3c

    9 mars 2006 à 17:37:45

    Bonjour a tous
    J'ai une erreur au W3c
    quelle syntaxe employer pour que ce soit valide au w3c
    <textarea name="message" rows="8" cols="35"   onKeyUp="limite(this‚255);" onKeyDown="limite(this‚255);"></textarea>

    ...nKeyUp="limite(this,255);" onKeyDown="limite(this,255);"></textarea> <br />

    ...essage" rows="8" cols="35" onKeyUp="limite(this,255);" onKeyDown="limite(th


    Merci pour votre aide
    • Partager sur Facebook
    • Partager sur Twitter
      9 mars 2006 à 17:48:27

      Essaie ceci:
      <textarea name="message" rows="8" cols="35"   onkeyup="limite(this‚255);" onkeydown="limite(this‚255);"></textarea>
      • Partager sur Facebook
      • Partager sur Twitter
        9 mars 2006 à 17:48:33

        Salut.
        Déjà, place tous tes attributs en minuscules.

        Edit : Oups, grillé.
        • Partager sur Facebook
        • Partager sur Twitter
          9 mars 2006 à 18:13:57

          pas mieux
          :(
          Voici maintenant les erreurs
          #

          ...="8" cols="35" onkeyup="limite(this&#65533;&#65533;255);" onkeydown="limite(this&#130;255);">

          You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

          Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

          This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

          &#9993;
          # Error Line 95 column 96: non SGML character number 130.

          ...te(this&#130;255);" onkeydown="limite(this&#130;255);"></textarea> <br />


          Merci pour votre aide
          :)
          • Partager sur Facebook
          • Partager sur Twitter
            11 mars 2006 à 13:12:30

            personne d'autre n'a d'idée pour corriger cette erreur?
            • Partager sur Facebook
            • Partager sur Twitter
              11 mars 2006 à 13:26:54

              Salut,

              C'est quoi le type d'encodage de ta page ?
              • Partager sur Facebook
              • Partager sur Twitter
                11 mars 2006 à 13:32:18

                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
                • Partager sur Facebook
                • Partager sur Twitter

                erreur w3c

                × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                • Editeur
                • Markdown