Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
941 connectés 

  FORUM HardWare.fr
  Programmation

  [W3C] Corriger des erreurs pour rendre la page compatible.

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[W3C] Corriger des erreurs pour rendre la page compatible.

n°193530
Master_Jul
Posté le 10-08-2002 à 16:46:32  profilanswer
 

Dès que je met un javascript il me dit qu'il manque un attribut "type" et pareil pour les balises de gras, il dit qu'il faut que je laisse ouverte là dernier balise ->  </b  :??: Faut que je mette tout en CSS ?


Message édité par Master_Jul le 10-08-2002 à 17:05:48

---------------
En français, on écrit "connexion", pas "connection".
mood
Publicité
Posté le 10-08-2002 à 16:46:32  profilanswer
 

n°193531
Stligar
Posté le 10-08-2002 à 16:50:24  profilanswer
 

Code :
  1. <script language="javascript" type="text/javascript">


Message édité par Stligar le 10-08-2002 à 16:50:35
n°193538
Master_Jul
Posté le 10-08-2002 à 17:03:08  profilanswer
 

Merci c'est déjà ça :)
 
Comment régler ces problèmes ?
 

Line 9, column 31:  
  Message = "" + Heure + "<b>:</b>" + Min + "";
                                 ^Error: end tag for element "B" which is not open; try removing the end tag or check for improper nesting of elements


 

Line 52, column 50:  
  ... eturn(false);"><b>Ce site dans vos favoris.</b></A><BR>')
                                                        ^Error: end tag for element "A" which is not open; try removing the end tag or check for improper nesting of elements


 
Et le flash :/
 

Line 163, column 31:  
  ...                     <embed src="images/flash/site.swf" quali ...
                                 ^Error: there is no attribute "SRC" for this element (in this HTML version)  
 
Line 163, column 35:  
  ... rc="images/flash/site.swf" quality="high" pluginspage="http: ...
                                         ^Error: there is no attribute "QUALITY" for this element (in this HTML version)  
 
Line 163, column 50:  
  ... images/flash/site.swf" quality="high" pluginspage="http://www.macromed ...
                                                        ^Error: there is no attribute "PLUGINSPAGE" for this element (in this HTML version)  
 
Line 163, column 50:  
  ... http://www.macromedia.com/go/getflashplayer" type="application/x-shock ...
                                                        ^Error: there is no attribute "TYPE" for this element (in this HTML version)  
 
Line 163, column 50:  
  ... layer" type="application/x-shockwave-flash" width="65" height="65"></e ...
                                                        ^Error: there is no attribute "WIDTH" for this element (in this HTML version)  
 
Line 163, column 50:  
  ... "application/x-shockwave-flash" width="65" height="65"></embed></objec ...
                                                        ^Error: there is no attribute "HEIGHT" for this element (in this HTML version)  
 
Line 163, column 50:  
  ... lication/x-shockwave-flash" width="65" height="65"></embed></object>  
                                                        ^Error: element "EMBED" not defined in this HTML version


 
 
 
 


---------------
En français, on écrit "connexion", pas "connection".
n°193539
Master_Jul
Posté le 10-08-2002 à 17:05:33  profilanswer
 

Un lien vers un topic du forum aussi :/
 

Line 188, column 50:  
  ... ref="http://forum.masterjul.net/viewtopic.php?t=9&sid=4128029c1259e648 ...
                                                        ^Error: unknown entity "sid"


---------------
En français, on écrit "connexion", pas "connection".
n°193541
zion
Plop
Posté le 10-08-2002 à 17:09:17  profilanswer
 

si il te dit que ton tag est pas ouvert, c qu'il manque un tag <b> avant... Faut lire le message :p
 
Sinon le & doit être noté &


---------------
Informaticien.be - Lancez des défis à vos amis
n°193542
Master_Jul
Posté le 10-08-2002 à 17:14:38  profilanswer
 

Zion a écrit a écrit :

si il te dit que ton tag est pas ouvert, c qu'il manque un tag <b> avant... Faut lire le message :p
 
Sinon le & doit être noté &




 
ben je veux bien mais
 
Line 9, column 31:  
 Message = "" + Heure + "<b>:</b>" + Min + "";  
                                ^Error: end tag for element "B" which is not open; try removing the end tag or check for improper nesting of elements
 
C'est pas le début et la fin là ?
 
PS : J'ai téléchargé Kapere hier je suis :love:


Message édité par Master_Jul le 10-08-2002 à 17:15:47

---------------
En français, on écrit "connexion", pas "connection".
n°193544
zion
Plop
Posté le 10-08-2002 à 17:18:39  profilanswer
 

Benh c'est qu'il y en a un autre avant, t'as pas une URL?
C pas parce qu'il te file un morceau de code que l'erreur est la ;)
 
Merci pour Kapere  :sol:


---------------
Informaticien.be - Lancez des défis à vos amis
n°193546
Master_Jul
Posté le 10-08-2002 à 17:30:01  profilanswer
 

La page :
 
www.masterjul.net
 
je dois encore mettre les alt partout, le code
 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MasterJul.net</title>
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
Today = new Date;
Heure = Today.getHours();
Min = Today.getMinutes();
Message = "" + Heure + "<b>:</b>" + Min + "";
</SCRIPT>
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
navvers = navigator.appVersion.substring(0,1);
if (navvers > 3)
 navok = true;
else
 navok = false;
 
today = new Date;
numero = today.getDate();
if (numero<10)
 numero = "0"+numero;
mois = today.getMonth();
if (navok)
 annee = today.getFullYear();
else
 annee = today.getYear();
mois++;
if (mois < 10)
 mois = "0" + mois;
messageDate = numero + "<b>.</b>" + mois + "<b>.</b>" + annee;
</SCRIPT>
<!-- FIN DU SCRIPT -->
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFav()
 {
 if (nav == "Mic" && ver >= 4)
  {
  url_site="http://www.masterjul.net";
  titre_site = "MasterJul.net";
  document.write('<A HREF="#" onClick="window.external.AddFavorite(url_site, titre_site);return(false);"><b>Ce site dans vos favoris.</b></A><BR>')
  }
 else
  {
  document.write('Faites CTRL+D pour ajouter ce site à vos favoris!')
  }
 }
</SCRIPT>
 
<!-- FIN DU SCRIPT -->
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function AfficheHomePage()
 {
 if (document.all && document.getElementById)
  {
  document.write('<A HREF="#" onClick="HomePage(this);return(false);">Ce site au démarrage.</A><BR>');
  }
 }
function HomePage(obj)
 {
 obj.style.behavior='url(#default#homepage)';
 obj.setHomePage('http://www.masterjul.net');
 }
</SCRIPT>
<!-- FIN DU SCRIPT -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
BODY{
scrollbar-face-color:#316E95;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E9E9E9;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#DFDFDF;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#000000;
}
</style>
<script language="JavaScript" type="text/javascript">  
<!--
function redirect_resolution()
{
if (screen.width < 1024) // 800
window.location.href='http://www.yahoo.com';
}
-->
</script>
</head>
 
<body bgcolor="#BBCAD9" link="#000000" vlink="#000000" alink="#990000" onload="redirect_resolution()">
<div align="center"></div>
<table width="944" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="944"><div align="left"><img src="images/base/header_cube3_1024.png" width="944" height="75"></div></td>
  </tr>
</table>
<table width="944" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
  <tr>
    <td width="976" valign="top" bgcolor="#F4F4F4"> <p align="center"> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><br>
        <a href="?page=news">Accueil</a> <font color="#009933">::</font> <a href="?page=masterjul">MasterJul</a><font color="#009933">  
        ::</font> <a href="?page=photos">Photos</a> <font color="#009933">::</font>  
        <a href="?page=membres">Membres</a> <font color="#009933">::</font> <a href="?page=webcam">Webcam</a>  
        <font color="#009933">::</font> <a href="?page=downloads">Downloads</a>  
        <font color="#009933">::</font> <a href="http://forum.masterjul.net" target="_blank">Forum</a>  
        <font color="#009933">::</font> <a href="?page=liens">Liens</a><font color="#009933">  
        ::</font> <a href="?page=prive">Privé</a><font color="#009933">  
        ::</font> <a href="?page=contact">Contact</a></strong></font></p>
      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="85%" valign="top">  
            <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>  
                <td><img src="images/box/up1_1024.gif" width="788" height="14"></td>
              </tr>
              <tr>  
                <td valign="top" bgcolor="629FC4">
<table width="97%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#999999">
                    <tr>
                      <td valign="top" bgcolor="#F2F2F2">
<div align="center">
                          <p><div align="center">  
  <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#003399"><br>
    Bienvenue sur <font color="#FF3300">MasterJul.net</font> ! <img src="images/smileys/icon7.gif" width="15" height="15"></font></strong></font></p>
</div>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>  
    <td width="62%"><img src="images/rubrique/news.gif" width="83" height="22"></td>
    <td width="38%"><div align="right"><strong><a href="?page=contact"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Soumettre  
        une news.</font></a></strong></div></td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="2" bgcolor="#CC3300">
  <tr>  
    <td height="40" valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>  
          <td width="3%"><div align="center"><strong><img src="images/puces/rouge_fblanc.gif" width="9" height="10"></strong></div></td>
          <td width="55%"><strong><font color="#990000" size="2" face="Verdana, Arial, Helvetica, sans-serif">La  
            nouvelle version du site est lancée !</font></strong></td>
          <td width="42%"><div align="right"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Vendredi  
              9 août 2002 à 01 h 24</strong></font></div></td>
        </tr>
        <tr>  
          <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr>  
                <td width="11%" valign="top"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="65" height="65">
                    <param name="movie" value="images/flash/site.swf">
                    <param name="quality" value="high">
                    <embed src="images/flash/site.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="65" height="65"></embed></object>  
                </td>
                <td width="89%"><p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">MasterJul.net  
                    version 2.0, c'est partit. Entièrement refait, le site  
                    est prêt à affronter la rentrée avec encore  
                    plus de photos et de délires. Il reste encore quelques  
                    petits détails à revoir mais tout semble se  
                    porter pour le mieux, n'hésitez pas à venir  
                    vous s'inscrire sur le forum, vous serez les bienvenus, les  
                    photos commenceront dans quelques jours et une série  
                    quotidienne de 26 photos sera publiée chaque soir,  
                    libre à vous de réagir dessus par la suite.  
                    <img src="images/smileys/icon_wink.gif" width="15" height="15">  
                    </font></p>
                  <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Le  
                    dossier sur la nourriture de la cantine sera bouclé  
                    après une semaine d'ingurgitation intensive forcée  
                    notre réfectoire adoré. Les photos de MasterJul.net  
                    version 1, la saison 2001-2002 donc sera prochainement disponible  
                    dans une section "Archives", voilà j'espère  
                    que vous passerez une bonne visite sur le site. <img src="images/smileys/icon_biggrin.gif" width="15" height="15"></font></p>
                  </td>
              </tr>
              <tr>  
                <td valign="top"> </td>
                <td><div align="right"><strong><a href="http://forum.masterjul.net/viewtopic.php?t=9&sid=4128029c1259e648094b5d0bc157d54f" target="_blank"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Discuter  
                    de ce sujet dans le forum !</font></a></strong> </div></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>  
    <td><strong><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif"><img src="images/puces/fleches2.gif" width="10" height="9"></font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">  
      <a href="?page=news_archives">Consulter les archives des news.</a></font></strong></td>
  </tr>
</table>
<br>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>  
    <td><img src="images/rubrique/last_shots.gif" width="230" height="21"></td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>  
    <td width="50%" height="202"> <div align="left"><a href="."><img src="photos/test1.jpg" width="260" height="195" border="1"></a></div></td>
    <td width="50%"><div align="left"><a href="."><img src="photos/test2.jpg" width="260" height="195" border="1"></a></div></td>
  </tr>
  <tr>  
    <td height="19" colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong></strong>  
      Ces photos sont tirées de la <strong>série 28</strong>.</font></td>
  </tr>
  <tr>  
    <td height="19" colspan="2"><strong><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">  
      <img src="images/puces/fleches1.gif" width="9" height="10" border="0"> <a href="."><font size="2">Voir  
      toutes les photos de cette série.</font></a></font></strong></td>
  </tr>
  <tr>  
    <td height="19" colspan="2"><strong><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif"><img src="images/puces/fleches2.gif" width="10" height="9">  
      <a href="?page=photos"><font size="2">Aller au sommaire des photos. </font></a></font></strong></td>
  </tr>
</table>
<br>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>  
    <td><img src="images/rubrique/dossiers.gif" width="126" height="22"></td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="2" bgcolor="#CC3300">
  <tr>  
    <td valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>  
          <td><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><img src="images/puces/rouge_fblanc.gif" width="9" height="10"></strong></font></div></td>
          <td colspan="2"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><font color="#990000">Nourriture  
            de la cantine, ce qu'on nous annonce, ce qu'on nous sert.</font></font></strong></td>
        </tr>
        <tr>  
          <td> </td>
          <td width="10%"><img src="images/pins/cantine.gif" width="65" height="65" border="1"></td>
          <td width="88%" valign="top"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Toi  
            aussi, tu te dis souvent : "Mais c'est bizarre, c'était  
            marqué petits pois et je me retrouve avec de la purée  
            de lentilles". Nous avons mené l'enquête pour mieux  
            analyser ce que nous retrouvions dans nos assiettes. <br>
            <strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong>  
            <a href="."><strong>Suite du dossier.</strong></a></font></td>
        </tr>
        <tr>  
          <td><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><img src="images/puces/rouge_fblanc.gif" width="9" height="10"></strong></font></div></td>
          <td colspan="2"><strong><font color="#990000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Mise  
            en réseau de plusieurs ordinateurs. </font></strong></td>
        </tr>
        <tr>  
          <td> </td>
          <td><img src="images/pins/rj45-cable.jpg" width="65" height="65" border="1"></td>
          <td valign="top"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Des  
            amis viennent pour jouer le week-end ou un nouveau PC arrive à  
            la maison, l'envie est grande de les mettre en réseau pour  
            jouer ou plus simplement échanger des fichiers, la manipulation  
            est simple, vous serez guidés pas à pas dans ce dossier.  
            <br>
            <strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong>  
            <a href="."><strong>Suite du dossier.</strong></a></font></td>
        </tr>
        <tr>  
          <td> </td>
          <td colspan="2"> </td>
        </tr>
        <tr>  
          <td> </td>
          <td colspan="2"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Autres  
            dossiers :</font></strong></td>
        </tr>
        <tr>  
          <td width="2%"><div align="center"><strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong></div></td>
          <td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href=".">Mise  
            en réseau de plusieurs ordinateurs.</a> </font></td>
        </tr>
        <tr>  
          <td><div align="center"><strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong></div></td>
          <td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href=".">Nourriture  
            de la cantine, ce qu'on nous annonce, ce qu'on nous sert.</a></font></td>
        </tr>
        <tr>  
          <td><div align="center"><strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong></div></td>
          <td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href=".">Petit  
            annuaire des sites immanquables sur le net.</a></font></td>
        </tr>
        <tr>  
          <td><div align="center"><strong><img src="images/puces/bleu_fblanc.gif" width="9" height="9"></strong></div></td>
          <td colspan="2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href=".">Mesdemoiselles  
            de Loritz.</a></font></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>  
    <td><strong><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif"><img src="images/puces/fleches2.gif" width="10" height="9"></font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">  
      <a href="?page=dossiers_archives">Consulter les archives des dossiers.</a></font></strong></td>
  </tr>
</table>
<br>
 
 </p>
                        </div>
                        </td>
                    </tr>
                  </table>
                   
                </td>
              </tr>
              <tr>
                <td><img src="images/box/down1_1024.gif" width="788" height="14"></td>
              </tr>
            </table>
            <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="?page=contact">Une  
              remarque, un problème ? N'hésitez pas à contacter  
              le Webmaster.</a></strong></font><br>
              <br>
            </p></td>
          <td width="15%" valign="top">  
            <div align="center">
              <div align="center">  
                <table width="117" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>  
                    <td width="76"> <p align="center"><img src="images/box/left_vert.gif" width="22" height="42"></p></td>
                    <td width="77"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
document.write(messageDate);
</SCRIPT><br>
                        <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
document.write(Message);
</SCRIPT></font></div></td>
                    <td width="153"><img src="images/box/right_vert.gif" width="22" height="42"></td>
                  </tr>
                </table>
                <div align="center">  
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="116" height="50">
                    <param name="movie" value="images/flash/masterjul.net.swf">
                    <param name="quality" value="high">
                    <embed src="images/flash/masterjul.net.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="116" height="50"></embed></object>
                  <br>
                </div>
              </div>
              <div align="right">
                <table width="117" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>  
                    <td width="153"><img src="images/box/up.gif" width="117" height="9"></td>
                  </tr>
                  <tr>  
                    <td valign="top" bgcolor="629FC4"> <div align="center"><img src="images/rubrique/breves_blue.gif" width="106" height="22">  
                      </div>
                      <div align="center"></div>
                      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
                        <tr>  
                          <td height="76" bgcolor="#F2F2F2"> <div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href=".">Très  
                              beau site.</a><br>
                              <a href="?page=breves">Taxe sur les DD.<br>
                              Vidéo de P3z`.<br>
                              Quel temps...<br>
                              MIB II<br>
                              </a></font></div></td>
                        </tr>
                      </table></td>
                  </tr>
                  <tr>  
                    <td><img src="images/box/down.gif" width="117" height="9"></td>
                  </tr>
                </table>
                <br>
              </div>
              <table width="117" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>  
                  <td width="153"><img src="images/box/up.gif" width="117" height="9"></td>
                </tr>
                <tr>  
                  <td valign="top" bgcolor="629FC4"> <p align="center"><img src="images/rubrique/photos_blue.gif" width="106" height="22"><br>
                      <font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif">Dernière  
                      série : 28<br>
                      Date : 05/08/2002</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><br>
                      </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
                      <a href=".">01</a><font color="#FFFFFF">-02-03-04-05</font><br>
                      <font color="#FFFFFF">06-07-08-09-10<br>
                      11-12-13-14-15<br>
                      16-17-18-19-20<br>
                      21-22-23-24-25<br>
                      26-27-28-29-30</font></font></p></td>
                </tr>
                <tr>  
                  <td><img src="images/box/down.gif" width="117" height="9"></td>
                </tr>
              </table>
              <br>
              <table width="117" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>  
                  <td width="153"><img src="images/box/up.gif" width="117" height="9"></td>
                </tr>
                <tr>  
                  <td valign="top" bgcolor="629FC4"> <div align="center"><img src="images/rubrique/liens_blue.gif" width="106" height="22"></div>
                    <table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
                      <tr>  
                        <td height="76" bgcolor="#F2F2F2"> <div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.defrag-france.net" target="_blank">Defrag-France</a><br>
                            <a href="http://www.xfire.fr.st" target="_blank">X-Fire</a><br>
                            <a href="http://www.fragamax.fr.st" target="_blank">Fragamax</a><br>
                            <a href="http://www.raymi.fr.st" target="_blank">Raymi</a><br>
                            <a href="http://d4ms.free.fr" target="_blank">D4ms</a></font><a href="http://www.booley.fr.st" target="_blank"><font size="2"><br>
                            <font face="Verdana, Arial, Helvetica, sans-serif">Booley</font></font>  
                            </a><a href="."><br>
                            </a></div></td>
                      </tr>
                    </table>
                    <div align="center"><br>
                      <font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="?page=liens">Autres  
                      liens.</a> </font> </div></td>
                </tr>
                <tr>  
                  <td><img src="images/box/down.gif" width="117" height="9"></td>
                </tr>
              </table>
              <br>
              <div align="center">  
                <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">  
                  <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
addFav();
</SCRIPT>
                  <strong><br>
     <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
 
AfficheHomePage()
</SCRIPT>
                  </strong></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><br>
                  </font></p>
                <p><img src="images/divers/mozaic.png" width="101" height="224"></p>
              </div>
              <table width="117" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>  
                  <td width="153"> <p align="center"><img src="images/divers/divers1.png" width="95" height="74"></p></td>
                </tr>
              </table>
              <p align="center"> </p>
            </div>
            </td>
        </tr>
      </table>
       
    </td>
  </tr>
</table>
<table width="944" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="left"><img src="images/base/footer_cube3_1024.png" width="944" height="27"></div></td>
  </tr>
</table>
<p align="center"><font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>www.MasterJul.net  
  - Master_Jul ©2002<br>
  <a href="mailto:xxxx@xxxx">xxxx@xxxx</a></strong></font></p>
</body>
</html>


 
Au fait, on peut appeler les Javascript en les mettant dans des fichiers à côté, parceke ça fait bien crade dans le code.


Message édité par Master_Jul le 23-04-2009 à 06:54:32

---------------
En français, on écrit "connexion", pas "connection".
n°193547
zion
Plop
Posté le 10-08-2002 à 17:34:52  profilanswer
 

<script type="text/javascript" src="misc/utils.js"></script>
 
 ;)


---------------
Informaticien.be - Lancez des défis à vos amis
n°193548
zion
Plop
Posté le 10-08-2002 à 17:37:49  profilanswer
 

Si tu mets les fichiers js en externe t'auras plus le problème à mon avis, sinon essaie de rajouter
 
<!--
 
-->
 


---------------
Informaticien.be - Lancez des défis à vos amis
mood
Publicité
Posté le 10-08-2002 à 17:37:49  profilanswer
 

n°193558
Master_Jul
Posté le 10-08-2002 à 18:16:43  profilanswer
 

mais comme y'a 2 appels aux scripts dans la page, ça risque pas de poser de pb ?
 

SCRIPT LANGUAGE="JavaScript">  
/*  
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT  
http://www.editeurjavascript.com  
*/  
document.write(messageDate);  
</SCRIPT><br>  
                       <SCRIPT LANGUAGE="JavaScript" type="text/javascript">  
document.write(Message);  
</SCRIPT>


 
ils peuvent directement ds des fichiers ca marchera qd meme ?
 
et peut on mettre tous les scripts ds un meme fichier ou y'en faut un pour chaque ?


---------------
En français, on écrit "connexion", pas "connection".
n°193563
zion
Plop
Posté le 10-08-2002 à 18:30:40  profilanswer
 

Tu peux tout mettre dans un fichier, comme tu aurais pu tout mettre dans une seule balise


---------------
Informaticien.be - Lancez des défis à vos amis

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation

  [W3C] Corriger des erreurs pour rendre la page compatible.

 

Sujets relatifs
ca marche en requete sql mais pas depuis une page php.....(résolu)[Flash MX] Envoyer et recevoir des variables d'une page ASP ou PHP
Telechargement d'une page protégée par mot de passe ???JS --> fermer popup + refresh de la page en dessous (auto-résolu)
afficher une page web pdt l'excution de requetes sur le serveurafficher une page web pdt l'excution de requetes sur le serveur
[php-HTML-JS] constitution d'une page ...mais dans le desordre !les erreurs de mysql sont incomprehensible
Bloquer un lien ou une page web à une heure précise[ASP] Comment detecter à la volée la page choisie par le client
Plus de sujets relatifs à : [W3C] Corriger des erreurs pour rendre la page compatible.


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR