1:
window.open("URL","fenstername","parameter");
<a href="window.open("x/x.html","XYZ","abc");"><b>blah</b></a>
1: 2: 3: 4: 5: 6: 7:
<script language="javascript"> function xxx() { window.open('templates/x.htm','','width=335, height=315'); } </script>
<a href="javascript:xxx()"><b>XYZASCE</b></a>