Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/03/2006, 15:17
Avatar de splinter
splinter
 
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 20 años, 8 meses
Puntos: 0
Para abrir un popup desde javascript

<script>

winproperties = "toolbar=0,menubar=0,status=1,width=300 height=100";

//pasando 1 parametro
mipopup = window.open("mypage.aspx?param1='"+p1+"'" ,"Mypage",winproperties);

mipopup.focus(); //poner el foco

</script>

Saludos