Popup window from hyper link

Inserire questo codice nel head

<script language="JavaScript1.2" type="text/javascript">
<!--//
function openwin(){
   var newwin = window.open('whatever.html','pop','scrollbars=yes,resizable=yes,width=300,height=450');
}
//-->
</script>

Codice per il link:

<a href="#" onclick="openwin();">test</a>