
09/02/2007, 15:17
|
 | | | Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 21 años, 1 mes Puntos: 9 | |
Re: Abrir varias ventanas al inicio de la web ok ok ya resolvi el problema.
Asi quedaria el code:
<SCRIPT LANGUAGE="JavaScript">
function abrirVentana(dir,nombre){
open(dir, nombre,
'width=750,height=100,scrollbars=no,toolbar=no',tr ue);
}
function abrirVentana2(dir,nombre){
open(dir, nombre,
'width=800,height=600,scrollbars=no,toolbar=no',tr ue);
}
function inicio(){
abrirVentana('vendedores.html','a');
abrirVentana2('classica.html','b');
}
</SCRIPT>
muchas gracias por tu ayuda
__________________ Diseñador Gráfico publicitario |