Tema: Ayuda
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/09/2006, 09:07
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola danielrod. Bienvenido al foro.

No se si te referirás a esto
Código:
<script>
function Agenda() {
document.form1.action = 'agenda_call.jsp';
document.form1.submit();
}
function Agenda2() {
document.form1.action = 'agenda2_call.jsp';
document.form1.submit();
}
function ini() {
if (conexionValida == 1) {
Agenda();
}else{
Agenda2()
}
}
</script>
<body leftmargin="3" topmargin="3" marginwidth="3" marginheight="3" onload="ini()">
Lo que no entiendo es de donde sale la variable conexionValida

Saludos,