[tt]
Here's what I'm trying to do.
I have a results page with a "Delete" link at the end of each entry. What I'm trying to do is make the "Delete" link visible ONLY to those who created the entries. But I keep running into syntax errors.. I know I've seen this questions posted here b4 but can't find a solution.
By the way, I'm working with cookies
Here's my code
<% if request.cookies("user"
("firstname"
= rsResults("Dataenteredby"
And request.cookies("user"
("lastname"
= rsResults("Dataenteredby"
then
response.write <a href="deleterecords.asp?id=<%=rsResults("id"
%>"
'>Delete</a>
%>
The rsResults("Dataenteredby"
field was populated on the entry form by the cookies ("firstname"
& ("lastname"
Thanks in advance all.
Here's what I'm trying to do.
I have a results page with a "Delete" link at the end of each entry. What I'm trying to do is make the "Delete" link visible ONLY to those who created the entries. But I keep running into syntax errors.. I know I've seen this questions posted here b4 but can't find a solution.
By the way, I'm working with cookies
Here's my code
<% if request.cookies("user"
response.write <a href="deleterecords.asp?id=<%=rsResults("id"
%>
The rsResults("Dataenteredby"
Thanks in advance all.
[tt]"A Successful man is one who can build
a firm foundation with the bricks
that others throw at him"
[/tt]
a firm foundation with the bricks
that others throw at him"
[/tt]



