ascenseur vertical sur bloc intégré dans une page
Je cherche à faire ce qui est indiqué dans le titre ; pour l'instant échec, et voici mon code ; peut-on me dire ce qu'il faudrait faire ?
Page principale :
Code:
<iframe src="\\adresse IP_serveur_intranet\chemin\conf_en_ligne_complet.html" width="1000 px" height="1000 px" frameborder="0" scrolling="yes"></iframe>
et conf_en_ligne_complet.html :
Code:
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
| <!DOCTYPE html>
<html>
<head>
<title>conf_en_ligne_complet.html</title>
</head>
<body>
<div style='height: 1000px;overflow="scroll"'>
<table>
<tbody>
<tr>
<td>
<!-- ANTEC --><font face="Arial" size="2">
<img alt="" src="http://docexterne.fr.schneider-electric.com/Ressource.jpg?resnum=200092" border="0" height="13" width="14"><b>ANTEC
: </b></font>
<table align="center">
<tbody>
<tr>
<td style="font-family: Arial;" align="center" width="100"><a
href="file://pfrwdoc1.eur.gad.schneider-electric.com/Divers/ANTEC2003/FILES/search.pdf"
target="_blank"><font face="Arial" size="2">ANTEC 2003</font></a></td>
<td align="center" width="100"></td>
<td align="center" width="100"></td>
</tr>
</tbody>
</table>
<br>
<br>
<!-- CARTS -->
etc.
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html> |