I keep getting a runtime error saying that request is a required obejct? any Ideas?
If Request.Cookies("Visited") <> Null then
FirstTiime = True
end if
Thanks
Devin
Printable View
I keep getting a runtime error saying that request is a required obejct? any Ideas?
If Request.Cookies("Visited") <> Null then
FirstTiime = True
end if
Thanks
Devin
Never seen this Devin. Can you assign the cookie request to a variable and check if it is equal to ""
This has just worked for me.
Lenin