este es el codigo del popup.
Código Javascript:
Ver original
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=500,height=300,left = 262,top = 234');"); } // End --> </script> <script language="JavaScript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } MM_openBrWindow("reproductor.php","nombre_ventana","width=400, height=200, left= 900, top=800") </script>