![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/06/2004, 15:23
|
![Avatar de ¬...](http://static.forosdelweb.com/customavatars/avatar47862_1.gif) | | | Fecha de Ingreso: noviembre-2003 Ubicación: Guatemala
Mensajes: 742
Antigüedad: 21 años, 2 meses Puntos: 4 | |
proba con este:
Código:
<script>
function nueva_win(wad,wnam,ww,wh) {
lncw = window.open(wad,wnam,"location=no,
menubar=no,toolbar=no,scrollbars=no,status=yes,wid
th="+ww+",height="+wh);
lncw.focus();
void(0);
}
</script>
y en el link le asignas las variables a tu gusto:
Código:
javascript:nueva_win('mi.html','mivarw',320,240)
__________________ '_' ... |