Visualizzazione dei risultati da 1 a 3 su 3

Discussione: un aiuto a validare

  1. #1

    un aiuto a validare

    Salve a tutti!

    Sono nuovo di queste parti, e sono anche un completo principiante nella programmazione web.
    Sto cercando di far validare le mie pagine, ma non riesco a capire alcuni errori, tipo questo:

    <script Language="javascript" type="text/javascript">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.


    Qualcuno mi può dare una mano? Grazie!
    www.terzacasa.blogspot.com il mio sito foto-blog

  2. #2
    Traducendo brevemente dall'inglese dice che alcuni attributi di alcuni tag trovati nella pagina, non sono ammissibili perché deprecati o non conformi agli standard Strict. Quindi o si cerca di risolvere il problema, oppure si cambia DOCTYPE e si cerca di usare il Transitional che è più permissivo.

    Nel tuo caso credo che l'attributo language sia deprecato e quindi da eliminare.

    PS = La prossima volta non scrivere nel titolo "aiuto" o cose del genere e magari leggi il regolamento prima di scrivere
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  3. #3
    Scusami, è il mio primo post e in effetti sono andato un po' di fretta(stavo sclerando), però almeno non ho messo un "aiuto" a caso ma ho specificato.

    Quando ho detto completo principiate più o meno intendevo dire: "Prendetemi per mano, sono piccino!"

    Il codice per la pagina è uno script che ho scaricato da questo sito, per la precisione da qui http://javascript.html.it/script/ved...show-avanzato/ (bravi! Fate scaricare codice non validato! ) E non ho molte idee su come renderlo migliore. Anzi, nella mia ignoranza, una quindicina di errori li ho sistemati.

    Ne rimangono ancora una cinquantina però...

    Un ringraziamento anticipato a chi, mosso dallo spirito di carità, mi vorrà aiutare.
    www.terzacasa.blogspot.com il mio sito foto-blog

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.