hello,
when I have this in my asp at the top of my page
<%
Dim Reclistallmaster__KTColParam2
Reclistallmaster__KTColParam2 = "0"
If (Request.Cookie("countryShort") <> "") Then
Reclistallmaster__KTColParam2 = Request.Cookie("countryShort")
End If
%>
I get the following error
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Request.Cookie'
/master.asp, line 72
am I not able to filter a recordset with a cookie.
regards
kenny
Our community of experts have been thoroughly vetted for their expertise and industry experience.