Expand|Select|Wrap|Line Numbers
- <%
- If rsCard("DefaultMessage")="e-card" Then
- %>
- <a href="cards.asp?Post=<%=rsCard("Post")%>">
- <%
- Else
- %>
- <a href="gallery.asp?author=<%=rsCard("author")%>">
- <%
- End If
- %>
- <I><%=rsCard("DefaultMessage")%></I><a>
and not if it is equal to e-card.
Anyone know if this is possible?
Thanks for any help in advance.
Richard