se vuoi aprire una popup

codice:
<script>
function a() {
 var a = window.open("PAGINA.HTM","nomepopup","width=460,height=300");
}
</script>