![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
alguno de ustedes podria ilustrarme el camino para chekar que es lo que esta mal.....
funciona perfectamente en FF
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)
Esta es la funcion
Cita:
Asi lo llamo....function AbrirVentana(ventana){
window.open(ventana,"Impresion de Reportes","left=25,top=25,toolbar=0,location=0,dir ectories=0,status=0,menubar=0,scrollbars=0,resizab le=0,copyhistory=0,width=550,height=650")
}
window.open(ventana,"Impresion de Reportes","left=25,top=25,toolbar=0,location=0,dir ectories=0,status=0,menubar=0,scrollbars=0,resizab le=0,copyhistory=0,width=550,height=650")
}
Cita:
<a href="AbrirVentana('Reportes/PDF.asp?ver=1&es=31')" target="_top">EN HREF</a>
<input type="button" onclick="AbrirVentana('Reportes/PDF.asp?ver=1&es=31')" value="EN ONCLICK" />
<input type="button" onclick="AbrirVentana('Reportes/PDF.asp?ver=1&es=31')" value="EN ONCLICK" />