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
|
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head>
<body>
<br>
<script language="JavaScript">
var valeur=null;
function la_cde()
{
document.getElementById('celui-ci').select();
}
</script>
<table>
<tbody>
<tr>
<td><input onmouseover="la_cde()" id="celui-ci" value="laurent" style="border-width: 0px; font-size: 10px; text-align: center;" type="text"></td>
</tr>
</tbody>
</table>
<br>
<br>
<table border="0" style="background-color: #fafafa; border: #afabac 0px solid;">
<tbody>
<tr>
<td>
<p><span style="font-size: x-small;"><html></span><span style="font-size: x-small;"><head><br /><meta content=”text/html; charset=ISO-8859-1″ http-equiv=”content-type”><title>mettre un texte en gras</title></span><span style="font-size: x-small;"></head><body><br /></span><span style="font-size: x-small;"><span style="color: #ffcc00;"><strong><b>Texte en gras ici</b><br /></strong></span></body></html></span></p>
</td>
</tr>
</tbody>
</table>
</body></html> |