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
| <html>
<head>
<script type="text/javascript">
function openpr() {window.open("PR.html", "","width=881,height=352,location=no,status=no,toolbar=no,scrollbars=no,left=" +((screen.width - 881)/2) + ",top=" + ((screen.height - 352)/2) )
}
var picture_index;
function afficher_image(nom){
document.image.src='src/'+nom+'.jpg';
picture_index = nom;
}
function info_repere(page) {
window.open(page,'popup','width=385,height=340,toolbar=false,scrollbars=false');
}
</script>
</head>
<body>
<input name="button" type="button" onClick="openpr()" value="P.R.">
<input name="button" type="button" value=" 1 " onClick='info_repere("InfoRep_popup.php?pict_id=picture_index&repere=1")'>
<input name="button" type="button" value=" 2 " onClick='info_repere("InfoRep_popup.php?pict_id=picture_index&repere=2")'>
<input name="button" type="button" value=" 3 " onClick='info_repere("InfoRep_popup.php?pict_id=picture_index&repere=3")'>
<input name="button" type="button" value=" 4 " onClick='info_repere("InfoRep_popup.php?pict_id=picture_index&repere=4")'>
<input name="button" type="button" value=" 5 " onClick='info_repere("InfoRep_popup.php?pict_id=picture_index&repere=5")'>
<img src="1000.jpg" name="image" width="87" height="71" hspace="0" vspace="0">
</body>
</html> |
Partager