Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/06/2002, 13:24
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
Re: Es correcto este if else ?????

hum... has probado a scarle las comillas a <% =Session("MM_UserAuthorization") %> y a <% =InStr(1,MM_authorizedUsers,Session("MM_UserA uthorization"),1) %> ???

if ( <% =Session("MM_UserAuthorization") %> != ""
&& <% =InStr(1,MM_authorizedUsers,Session("MM_UserA uthorization"),1) %> != "0") {
window.open(jsStr);
}
else {
window.open("../../Servicios.htm");
}