|
At Cleavers we're committed to excellence, indeed
you could say we're passionate about it. So we'd love to hear from
you and learn of any suggestions you may have on how we can serve
you better.
 |
 |
<%
While Not rs.EOF
iTestimonialID = rs("intTestimonialID")
strName = rs("vchName")
strEmail = rs("vchEmail")
strProductName = rs("vchProductName")
strComment = rs("memoComment")
dtAdded = rs("dtAdded")
%>
Date: <%=FormatDateTime(dtAdded, vbLongDate)%>
Name: <%=strName%>
Email: <%=strEmail%>
Comment: <%=strComment%>
<%
rs.MoveNext
Wend
%>
|
|