Il link è del tipo:
E la funzione che apre la finestra è:codice:Continua -->
codice:<script language="JavaScript"> function openW(win,title,h,w,scroll) { var x; var y; var param; x = screen.width / 2 - w / 2; y = screen.height / 2 - (h / 2+20); param = "width="+w+",height="+h+",left="+x+",top="+y+",scrollbars="+scroll+",toolbar=0,location=0,directories=0,menuBar=0,resizable=0"; windowDoPop=window.open(win,title,param); windowDoPop.focus(); } </script>