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
|
<html>
<head>
<meta http-equiv="Content-Language" content="en" />
<meta name="GENERATOR" content="PHPEclipse 1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>title</title>
<script language="JavaScript" type="text/javascript">
<!--
var popup = null;
function commentaire(ID,width,height)
{
popup = window.open('http://www.gitedesorres.fr/'+ID,'Commentaires','toolbar=0,location=0,directories=0,menuBar=0,resizable=0,scrollbars=yes,width='+width+',height='+height+',left=75,top=60');
if (popup) popup.focus();
}
document.onfocus = function(){
if (popup != null){
window.popup.close();
}
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#FF9966" vlink="#FF9966" alink="#FFCC99" onload="init();">
<p align="center"><a href="javascript:commentaire('gite.htm',500,200)">lien1</a></p>
<p align="center"><a href="javascript:commentaire('hiver.htm',700,100)">lien2</a></p>
</body> |
Partager