Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/05/2003, 18:48
Avatar de Gurrutello
Gurrutello
 
Fecha de Ingreso: enero-2002
Ubicación: Ontario,Toronto [Canada]
Mensajes: 2.017
Antigüedad: 23 años, 1 mes
Puntos: 6
hola
este mensaje estaria mas bien ubicado en el foro de javascript pero weno

lo busqué en google ( popup window )
http://www.google.com/search?q=pop+u...TF-8&hl=es&lr=

la primera entre ellas es
http://javascriptkit.com/popwin/index.shtml
buena herramienta y el codigo generado
<script>

//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts

function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=33 8,toolbar,")
}

openpopup()

</script>

Saludos y espero que te sirva