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
| <!DOCTYPE HTML>
<html lang="fr">
<head>
<meta charset="windows-1252">
<title>Cours Photo - Imprimer</title>
<meta Name="author" Content="Guy Renault">
<meta Name="description" Content="Impression du cours photo">
<meta Name="keywords" Content="cours, photo, impression">
<meta name="robots" content="index,follow">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.grenault.net/redirect_rss.htm">
<link rel="stylesheet" type="text/css" href="style1.css">
<style type="text/css">
.gauche {float: left; width: 40%; margin-left: 20%}
.droite {float: left; width: 40%}
a.boutons {width: 300px; font-size: 20px}
a:hover.boutons {color: white}
body {font-size: 16px}
</style>
<link rel="alternate" media="print" href="tech.pdf">
<script type="text/javascript">
function impression() {
window.frames[0].print();
}
</script>
</head>
<body>
<div class="gauche">
<iframe height="840px" src="tech.pdf"></iframe>
</div>
<div class="droite">
<a class="boutons" href="javascript:impression()">Imprimer pleine page sans pub</a><br>
</div>
</body>
</html> |