File: inc_groupjump_to.asp
strPathInfo = Request.ServerVariables("Path_Info")
if lcase(Right(strPathInfo, 10)) = "active.asp" Then
strOK = "OK"
strLinkTo = "active.asp"
elseif lcase(Right(strPathInfo, 11)) = "default.asp" then
strOK = "OK"
strLinkTo = "default.asp"
else
strOK = "OK"
end if
Modify the statement in red as shown above