Usando javascript:
<script type="text/javascript">
function nombre_funcion(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,menubar=0,resizable=0,width=230,height=320,left = 152,top = 134');");
}</script>
Y de link:
<a href="javascript:nombre_funcion('tu_enlace.html');">Ejemplo..</a> Solo cambias el width y height a tu gusto y listo!