Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/04/2009, 14:06
Avatar de Superlinux
Superlinux
 
Fecha de Ingreso: octubre-2005
Ubicación: Colombia
Mensajes: 662
Antigüedad: 19 años, 3 meses
Puntos: 1
Respuesta: centrar ventana

nada que centra ...

Código PHP:
<script type="text/javascript">
function 
abrir_vent (id_map) {
    
    
//Centra dependiendo de la resolucion de la pantalla
    
left screen.width 790 2;
    
top screen.height 540 2;

    
//alert(id_map);
    
vent window.open('maps.cgi?id='+id_map,'vent','height=540,width=790,scrollbars=yes, resizable=yes, left=left, top=top'); 
    
vent.focus(); 
}
</script> 
__________________
"La vida sigue su curso, tú toma parte de ella."