[tt]
Hey guys, I'm trying to display a link only if the cookie matches the database field but I'm having problems with syntax because the field in the database is like:
Robert Jones
Steve Casey
Ronald Rhine
etc...
Here's how I thought it was done but nope:
if request.cookies("firstname"
= views("researvedby"
& request.cookies("last"
= views("resevedby"
then
response.write = response.write "<a href=""editrecords.asp?id=" & views("id"
& """>Edit Record</a>"""
of course views("reservedby"
being my recordset and field name.
Hey guys, I'm trying to display a link only if the cookie matches the database field but I'm having problems with syntax because the field in the database is like:
Robert Jones
Steve Casey
Ronald Rhine
etc...
Here's how I thought it was done but nope:
if request.cookies("firstname"
response.write = response.write "<a href=""editrecords.asp?id=" & views("id"
of course views("reservedby"
[tt]
"The only ideas that will work for you are the ones you put to work."
[/tt]
"The only ideas that will work for you are the ones you put to work."
[/tt]


