Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/02/2007, 15:17
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
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