<%@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 pname asc", cnndb %> Web Wide for the Deaf's website
The banner of Web Wide for the Deaf

 

List of Guestbook 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

 

copyright 2006@Web Wide for the Deaf
Updated: May 2006

Southeast Asian Institute for the Deaf logo, click here!

 

<% rsinfo.close cnndb.close %>