
27/11/2003, 08:18
|
 | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 6 meses Puntos: 13 | |
function abreVentana(direccion)
{
window.open(direccion, "", " width=450,height=150,resizable=no,menubar=no,direc
tories=no,toolbar=no,scrollbars=no,status=no,left=
500,top=200")
} |