![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/03/2005, 07:07
|
![Avatar de vpino](http://static.forosdelweb.com/customavatars/avatar84347_1.gif) | | | Fecha de Ingreso: diciembre-2004 Ubicación: colombia
Mensajes: 265
Antigüedad: 20 años, 1 mes Puntos: 0 | |
Hola Juan carlos: econtre esto en el foro y me funciono,pruebalo:
entre <head> y </head> coloca esto:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=270,height=170,left =470,top = 321.5');");
}
// End -->
</script>
luego en el link pone lo siguiente:
<A HREF="javascript:popUp('tuarchivo.htm')">Envianos tus datos</A>
espero te sirva (en el se define el tamaño y la posicion en la ventana) |