I was also having this problem.
As suggested by Davio (thanks), I have changed all instances of:mLev = cint(ChkUser2(Request.Form("user"), Request.Form("Pass")))
tomLev = cint(ChkUser2(strDBNTFUserName, Request.Form("Pass")))
in pop_lock.asp and pop_open.asp.
Additionally I changed all instances ofmLev = cint(ChkUser(Request.Form("user"), Request.Form("Pass")))
tomLev = cint(ChkUser(strDBNTFUserName, Request.Form("Pass")))
Out of interest anyone know what the purpose of ChkUser2 is as opposed to ChkUser?
Thanks,
Kym.
Edited by - mclek on 03 July 2001 01:21:47
Edited by - mclek on 03 July 2001 01:27:13