Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2009, 14:21
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 4 meses
Puntos: 126
Respuesta: pocision de POP UP

Hola

Sería jugar con el top y left

Código javascript:
Ver original
  1. var ancho = ((screen.width) / 2) - 150;
  2. var alto = ((screen.height) / 2) - 50;
  3.  
  4. window.open('/tiemporeal/' + ip + '/' + port + '/'+ mensaje +'/conectividad','','top='+alto+',left='+ancho+',titlebars=0, toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=100');

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />