Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/06/2003, 16:22
nicolasd
 
Fecha de Ingreso: mayo-2003
Ubicación: Montevideo - Uruguay
Mensajes: 37
Antigüedad: 22 años
Puntos: 0
Proba Asi:
If TRIM(request.querystring("sid")) = TRIM(Session("sid")) then
kk = "thos kk"
else
kk = "thos no kk"
End If

verifica tambien donde cargas los valores de session("Sid")
espero te funcione,
saludos
nICO