scusa il ritardo


<script>
function apripopup() {

alert('messaggio');

window.open("","titolopopup","width=600,height=300 ");

}
</script>