1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
<html>
<body background="fond_entete-menu/c4wrc.jpg" link="#000000" vlink="#000000" alink="#FF0000">
<table border="2" bordercolor="#000000" bgcolor="#FFFFFF">
<caption>
<h1 align="center"><u>Nos Véhicules d'Occasions</u></h1>
</caption>
<tr bgcolor="#FF0000">
<td width="20%"><h3 align="center">MARQUE</h3></td>
<td width="32%"><h3 align="center">MODELE</h3></td>
<td width="8%"><h3 align="center">ANNEE</h3></td>
<td width="18%"><h3 align="center">KILOMETRAGE</h3></td>
<td width="12%"><h3 align="center">PRIX</h3></td>
<td width="10%"><h3 align="center">PHOTO</h3></td>
</tr>
<!-- C'est là que tout rentre en jeu avec le PHP -->
<tr>
<td width='20%'>FERRARI</td>
<td width='32%'><a href='#' onClick='open("C:\Program Files\EasyPHP1-8\www\site garage php sql\fich_tech\11.html", 'new', 'width=500,height=452,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no')'>F430</a></td>
<td width='8%' align='center'>2005</td>
<td width='18%' align='center'>45 000 kms</td>
<td width='12%' align='center'>100 000 </td>
<td width='10%' align='center'>NON</td>
</tr>
<tr>
<td width='20%'>HUMMER</td>
<td width='32%'><a href='#' onClick='open("C:\Program Files\EasyPHP1-8\www\site garage php sql\fich_tech\10.html", 'new', 'width=500,height=452,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no')'>H1</a></td>
<td width='8%' align='center'>2000</td>
<td width='18%' align='center'>mldkmlk kms</td>
<td width='12%' align='center'>mlkmùlklk </td>
<td width='10%' align='center'>NON</td>
</tr>
<tr>
<td width='20%'>HONDA</td>
<td width='32%'><a href='#' onClick='open("C:\Program Files\EasyPHP1-8\www\site garage php sql\fich_tech\9.html", 'new', 'width=500,height=452,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no')'>sdvv</a></td>
<td width='8%' align='center'>2000</td>
<td width='18%' align='center'>zkfemkj kms</td>
<td width='12%' align='center'>mlkjmlkjklj </td>
<td width='10%' align='center'>NON</td>
</tr>
<tr>
<td width='20%'>FORD</td>
<td width='32%'><a href='#' onClick='open("C:\Program Files\EasyPHP1-8\www\site garage php sql\fich_tech\6.html", 'new', 'width=500,height=452,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no')'>lmljklj</a></td>
<td width='8%' align='center'>2000</td>
<td width='18%' align='center'>lkjmmkljkljjklj kms</td>
<td width='12%' align='center'>jklmj </td>
<td width='10%' align='center'>NON</td>
</tr>
<tr>
<td width='20%'>HYUNDAI</td>
<td width='32%'><a href='#' onClick='open("C:\Program Files\EasyPHP1-8\www\site garage php sql\fich_tech\2.html", 'new', 'width=500,height=452,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no')'>fmhmhmjhm</a></td>
<td width='8%' align='center'>2000</td>
<td width='18%' align='center'>lmljmlkjskdj kms</td>
<td width='12%' align='center'>mljmldsjfmlk </td>
<td width='10%' align='center'>NON</td>
</tr>
</table>
</br></br>
<p>
(Cliquez sur le modèle de votre choix pour faire apparaître toutes les caractéristiques techniques
du véhicule,</br> ainsi que sa photo, si cette dernière est disponible) </p>
</body>
</html> |
Partager