este es el script:
<script language="javascript">
var win = null;
function NewWindow(wizpage, wizname, w, h, scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height=' + h + ',width=' + w + ',top= 230,' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no' + scroll + ',resizable=no'
win = window.open(wizpage, wizname, settings)
}
</script>
de ante mano muchas gracias!!!
jamon
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)