<%@language="vbscript"%> <% set cnndb=server.createobject("adodb.connection") set rsinfo=server.createobject("adodb.recordset") cnndb.open strconn rsinfo.open "select pname,pemail,pcomments from feed order by numlist desc", cnndb %> SAID: Guestbook
The banner of Southeast Asian Institute for the Deaf, logo, and the picture of activies
List of Feedback Entries

<% Do While Not rsinfo.EOF %>

Name:
<%=rsinfo.fields("pname")%>
E-mail:
<%=rsinfo.fields("pemail")%>
Comments:
<%=rsinfo.fields("pcomments")%>
 

<%rsinfo.MoveNext Loop %>

Sign our Feedback


Copyrights 2006@ Southeast Asian Insitute for the Deaf
Updated: May 2006

Web Wide for the Deaf logo, click here!

<% rsinfo.close cnndb.close %>