Ciao

PopUp


<script>
window.open("pagina.htm","win","width=200,height=2 00,top=100,left=100")
</script>

come _blank


<script>
window.open("pagina.htm")
</script>





Massimo