Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/12/2010, 09:53
ODLANYER
 
Fecha de Ingreso: agosto-2010
Ubicación: Nicolás Romero, Estado de México
Mensajes: 7
Antigüedad: 13 años, 8 meses
Puntos: 1
Respuesta: Abrir Popup desde PHP

tan facil como sencillo y como ya lo habian dicho antes y con la combinacion de las respuestas de alfcm y de jsdevelop sería algo como lo siguiente:
Código PHP:
Ver original
  1. echo "<a href='tuArchivo.php?variablePorURL=".$variablePorURL."' target='tuArchivo' onclick=\"window.open(this.href, this.target, ' width=1000, height=800, menubar=no');return false;\"> Contrato </a>";
Recuerda que si no deseas pasar valores por URL puedes omitir esa parte.