Bonjour,
J'ouvre un popup avec :( entre head)
<script language="JavaScript">
function OuvrirFenetre(url,nom,details) {
window.open(url,nom,details)
}
</script>
puis avec :( dans body)
<a href="javascript:OuvrirFenetre('b.php?refer=b.php','popup','width=130,height=250')" style="text-decoration: none">
<span style="font-weight: 700">b</span></a></p><!--mstheme--></font></td>
La tailla de la fenêtre est fixe.
Comment faire pour que celle-ci s'adapte au contenu ( qui peut varier biensûr )
merçi