|
Dernière réponse | |
---|---|
Sujet : Cette page à un problème? | |
xice007 | bon il reste CA comme erreurs...ce sont des petit details, mais ma page deconne quand elle est en ligne...
Below are the results of attempting to parse this document with an SGML parser. Line 5, column 27: <SCRIPT language=javascript> ^ Error: required attribute "TYPE" not specified Line 19, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 26, column 7: <SCRIPT> ^ Error: required attribute "TYPE" not specified Line 33, column 27: <SCRIPT language=javascript> ^ Error: required attribute "TYPE" not specified Line 41, column 5: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "LOOP" for this element (in this HTML version) Line 41, column 18: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "SRC" for this element (in this HTML version) Line 41, column 45: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "HIDDEN" for this element (in this HTML version) Line 42, column 10: AUTOSTART="TRUE"></HEAD> ^ Error: there is no attribute "AUTOSTART" for this element (in this HTML version) Line 42, column 16: AUTOSTART="TRUE"></HEAD> ^ Error: element "BGSOUND" not defined in this HTML version Line 42, column 23: AUTOSTART="TRUE"></HEAD> ^ Error: end tag for "BGSOUND" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed Line 40, column 55: <META content="Microsoft FrontPage 4.0" name=GENERATOR><BGSOUND ^ Error: start tag was here Line 43, column 35: ... background="back-matrix.jpg" link=#0000ff> <!-- déb ... ^ Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt Line 68, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 77, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 113, column 19: language=javascript> ^ Error: required attribute "TYPE" not specified Line 118, column 51: <SCRIPT language=javascript src="sefairetracer.htm"></SCRIPT> ^ Error: required attribute "TYPE" not specified Line 120, column 7: <SCRIPT> ^ Error: required attribute "TYPE" not specified QUI PEUT M AIDER?? |
Aperçu |
---|
Vue Rapide de la discussion |
---|
xice007 | bon il reste CA comme erreurs...ce sont des petit details, mais ma page deconne quand elle est en ligne...
Below are the results of attempting to parse this document with an SGML parser. Line 5, column 27: <SCRIPT language=javascript> ^ Error: required attribute "TYPE" not specified Line 19, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 26, column 7: <SCRIPT> ^ Error: required attribute "TYPE" not specified Line 33, column 27: <SCRIPT language=javascript> ^ Error: required attribute "TYPE" not specified Line 41, column 5: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "LOOP" for this element (in this HTML version) Line 41, column 18: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "SRC" for this element (in this HTML version) Line 41, column 45: loop=infinite src="sefairetracer.htm" HIDDEN="FALSE" ^ Error: there is no attribute "HIDDEN" for this element (in this HTML version) Line 42, column 10: AUTOSTART="TRUE"></HEAD> ^ Error: there is no attribute "AUTOSTART" for this element (in this HTML version) Line 42, column 16: AUTOSTART="TRUE"></HEAD> ^ Error: element "BGSOUND" not defined in this HTML version Line 42, column 23: AUTOSTART="TRUE"></HEAD> ^ Error: end tag for "BGSOUND" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed Line 40, column 55: <META content="Microsoft FrontPage 4.0" name=GENERATOR><BGSOUND ^ Error: start tag was here Line 43, column 35: ... background="back-matrix.jpg" link=#0000ff> <!-- déb ... ^ Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt Line 68, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 77, column 27: <SCRIPT language=JavaScript> ^ Error: required attribute "TYPE" not specified Line 113, column 19: language=javascript> ^ Error: required attribute "TYPE" not specified Line 118, column 51: <SCRIPT language=javascript src="sefairetracer.htm"></SCRIPT> ^ Error: required attribute "TYPE" not specified Line 120, column 7: <SCRIPT> ^ Error: required attribute "TYPE" not specified QUI PEUT M AIDER?? |
xice007 | IL EST FOU CE VALIDATOR
J AI ESSAYER TT LA NUIT DE LUI FAIRE BIUFFER MA PAGE :eek2: |
xice007 | tu l'a dis |
MiyamotoMusashi | quelle éclate votre truc!!!
http://www.chez.com/movez1tention/movezlang1.jpg |
xice007 | je sais...c por comprendre mes connerie (g toute la nuit devant moi :D )
pour le HTML en minuscule c po ma faute c front page!!!!!!!!!!!!!!!!!!!!!!!!!!! |
YupYup | Le <html>, il est pas en majuscules.
etc etc... :) BON ARRETE D'ESSAYER DE VALIDER TA PAGE, C'EST PEINE PERDUE !!! :lol: |
xice007 | ah ok!
qu'es qui ne va pas encore sinon???? |
xice007 | ouai, t'as raison, mais, je souhaite juste comprendre un peu (le max en faite)
pourkoi<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> c quoi? |
YupYup | Ca indique le type de document. Je sais, ça sert à rien, mais c'est indispensable pour être W3C-Compliant. |
xice007 | C QUOI çA?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
YupYup | Ajoute ça avant ton <html> :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Problème reglé, au suivant (si tu essaie de tout regler t'en as pour des années hein, laisse tomber ce validator ;) ) |
xice007 | en integralité : ou est le prob??? Below are the results of attempting to parse this document with an SGML parser. Fatal Error: no document type declaration; will parse without validation I could not parse this document, because it uses a public identifier that is not in my catalog. You should make the first line of your HTML document a DOCTYPE declaration, for example, for a typical HTML 4.01 document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Title</TITLE> </HEAD> <BODY> <-- ... body of document ... --> </BODY> </HTML> -------------------------------------------------- ------------------------------ Sorry, I can't validate this document. -------------------------------------------------- ------------------------------ Source Listing Below is the source input I used for this validation: 1: <html> 2: 3: <head> 4: <SCRIPT language=javascript> 5: <!-- 6: function noclick() 7: { 8: if (event.button==2) 9: { 10: alert('Copyright © XiCe Corporation 2002'); 11: } 12: } 13: document.onmousedown=noclick 14: //--> 15: </SCRIPT> 16: <meta http-equiv="Content-Language" content="fr"> 17: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 18: <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> 19: <meta name="ProgId" content="FrontPage.Editor.Document"> 20: <title>WELCOME TO THE NEW WORLD</title> 21: </head> 22: 23: <body background="back-matrix.jpg"> 24: 25: <p><font face="Westminster" size="7" color="#FFFFFF"><b>   ; 26: WELCOME TO THE NEW WORLD</b></font></p>
|
YupYup | J'ai beaucoup apprécié le "erreur mortelle" :lol: |
xice007 | avec front page en + |
xice007 | vive la traduction de ton validator (a mourrir de rire)
lookez:: :D le ci-dessous sont les résultats d'essayer d'analyser ce document avec un programme d'analyse syntaxique de SGML. Erreur Mortelle: aucune déclaration de type de document; analysera sans validation Je ne pourrais pas analyser ce document, parce qu'il utilise un identificateur public qui n'est pas dans mon catalogue. Vous devriez faire à la première ligne de votre document de HTML une déclaration de DOCTYPE, par exemple, pour un document typique de HTML 4,01: < HTML 4,01 Transitional//EN du PUBLIC \"-//w3c//dtd de HTML de!doctype \ "> < HTML > < TÊTE > < TITLE>Title < CORPS > < - -... corps de < de --> de document.../CORPS > |
xice007 | :D :D :D :D ma page est bourrée d'error.... alalllaaa.. je vois même pas ou! |
YupYup | J'ose même pas tenter de faire valider microsoft.com ;) |
xice007 | pourquoi, un indx, ca doit etre un jpeg!
le validator vois de errors partout :cry: !! alors que le site marche nickel lolol :sol: |
YupYup | Allez, pour la route :
Sorry, I can't validate this document. -------------------------------------------------------------------------------- Source Listing Below is the source input I used for this validation: 1: <HTML> 2: <HEAD> 3: <TITLE> 4: Wanadoo | L'internet avec France Telecom</TITLE> Quand je vous disais que ces mecs ne connaissaient rien à Internet :D |
YupYup | MALHEUREUX, TU N'AS PAS INDIQUÉ QUE TON index.html N'ETAIT PAS UN JPEG !!! Et attention, c'est que le début. Si une seule de tes images ne comporte pas de champ ALT dans ta balise IMG, ils te fouettent à coups d'orties fraiches. |
xice007 | faut dire qu'avec ça:
Source Listing Below is the source input I used for this validation: 1: <html> 2: 3: <head> 4: <SCRIPT language=javascript> 5: <!-- 6: function noclick() 7: { 8: if (event.button==2) 9: { 10: alert('Copyright © XiCe Corporation 2002'); 11: } 12: } 13: document.onmousedown=noclick 14: //--> 15: </SCRIPT> 16: <TITLE>Se faire « tracer »</TITLE> 17: 18: <SCRIPT language=JavaScript> 19: EcranHaut = screen.height; 20: EcranLarg = screen.width; 21: Ecran = EcranLarg + " x " + EcranHaut; 22: </SCRIPT> 23: 24: <META content="text/html; charset=windows-1252" http-equiv=Content-Type> 25: <SCRIPT> 26: function stoperror(){ 27: return true 28: } 29: window.onerror=stoperror 30: </SCRIPT> 31: 32: <SCRIPT language=javascript> 33: <!-- 34: if (parent.frames.length!=0) 35: parent.location.href=location.href 36: // --> 37: </SCRIPT> 38: 39: <META content="Microsoft FrontPage 4.0" name=GENERATOR><BGSOUND 40: loop=infinite src="se_faire__tracer_.htm" HIDDEN="FALSE" 41: AUTOSTART="TRUE"></HEAD> 42: <BODY background="back-matrix.jpg" link=#0000ff><!-- début du code AutoTraffic.net --> 43: <CENTER><FONT size=4> 44: <B></B></FONT> 45: <P align=justify> &n bsp; &nbs p; &n bsp; &nbs p; &n bsp; &nbs p; <font face="Westminster" size="6" color="#FF0000"> 46: </font><font face="Westminster" size="7" color="#FF0000">On sais qui vous 47: êtes...</font></P> 48: <P align=justify> </P> 49: <P align=justify><b><font face="Arial" size="3" color="#FF0000">Se faire</font></b><font face="Arial" size="3" color="#FF0000"> 50: <b>« tracer »</b></font></P> 51: <P align=justify><font face="Arial" size="3" color="#FFFFFF"> ... |
xice007 | c bon!
mais comme tu dis ! on va délirer.. Bon voilà : Below are the results of attempting to parse this document with an SGML parser. :pt1cable: Fatal Error: no document type declaration; will parse without validation I could not parse this document, because it uses a public identifier that is not in my catalog. You should make the first line of your HTML document a DOCTYPE declaration, for example, for a typical HTML 4.01 document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Title</TITLE> </HEAD> <BODY> <-- ... body of document ... --> </BODY> </HTML> -------------------------------------------------- ------------------------------ Sorry, I can't validate this document. :pt1cable: |
YupYup | Tu sais ce qu'il te reste à faire.
Ceci dit, ne t'inquiète pas si ton site n'est pas validé. A part les howto linux, rien n'est validé par le W3C. Déjà dès que dans le header y'a Frontpage, tu peux être sûr du résultat :lol: |
xice007 | lolol :pt1cable: ah, le site de verification, il faut avoir,l'URL, mais g pas encore mis le site en ligne... |
YupYup | Tant mieux, j'aime bien l'intimité, chouchou :p |
xice007 | OK YupYup ? JE VAIS VOIR je reviens!
on est les seul dans le forum..vu l'heure |
YupYup | http://validator.w3.org/ |
xice007 | super l'idee!!
mais http://www.w3.org/ c en anglais et je pige rien.. comment faire pour la reconnaisance?????? |
YupYup | Frontpage n'est pas une référence, mais commence par faire reconnaitre ta page sur le moteur de w3.org et on va rire :) |
xice007 | :) elle est bien bonne sinon, ma mère dit que la page n'a pas de prob... :hap: |
louisebrooks | tu sais frontpage il est pas capacble de reconnaitre sa mère alors .... |
xice007 | je sais les javascript y en a...
mais vous ne trouvez pas que c bizarre... |
xice007 | c que le début...
<html> <head> <TITLE>Se faire « tracer »</TITLE> <SCRIPT language=JavaScript> EcranHaut = screen.height; EcranLarg = screen.width; Ecran = EcranLarg + " x " + EcranHaut; </SCRIPT> <META content="text/html; charset=windows-1252" http-equiv=Content-Type> <SCRIPT> function stoperror(){ return true } window.onerror=stoperror </SCRIPT> <SCRIPT language=javascript> <!-- if (parent.frames.length!=0) parent.location.href=location.href // --> </SCRIPT> Parce qu'elle n'est pas reconnue à 100% par front page.... MERCI A TOUS :jap: |