![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/04/2010, 12:29
|
![Avatar de Huacho12](http://static.forosdelweb.com/customavatars/avatar260785_2.gif) | | | Fecha de Ingreso: septiembre-2008 Ubicación: Isla Mujeres Q. Roo
Mensajes: 175
Antigüedad: 16 años, 4 meses Puntos: 10 | |
Respuesta: Funcion window.open(), se puede hacer esto??? Entonces la linea de:
self.close()
Iria al final de la funcion open():
function abrir()
{
window.open('principal.html','La principal',’location=no, menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no, height=100, width=100′);
self.close();
}
Asi quedaria???
Saludos.. |