Crie a função abaixo do $lt;body$gt; de seu html.
Citação:
$lt;script type="text/javascript"$gt;
function show(url,larg,alt){
newWindow=window.open(url, '', "toolbar=0 ,location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, " + 'width=' + larg + ', height=' + alt);
}
$lt;/script$gt;
Logo depois chame a função dentro de seu script em html.
Citação:
$lt;a href="javascript:show('http://dcoinformatica.com',405 ,560)"$gt;
Ou em PHP.
Citação:
$lt;a href=\"javascript:show('http://dcoinformatica.com',405 ,560)"\$gt;