prima di proseguire leggi il regolamento

codice:
function popUp(URL,w,h) {
  window.open(URL, '_blank', 'scrollbars=1,toolbar=0,location=0,statusbar=1,menubar=0,resizable=0, width='+w+', height='+h+',left = 110,top = 0');
return false
}
codice:
 <a href="http://www.miosito.it/Paginetta/elefante.html" onclick="return popUp(this.href,640,480);">
[img]immagini/Paginetta_18.gif[/img]</a>
ciao