<%@ language="vbscript" %> <!-- #include file="strconn.inc" --> <% set cnndb=server.createobject("adodb.connection") set rsinfo=server.createobject("adodb.recordset") cnndb.open strconn rsinfo.open "select jname,jemail,jcomments from feed order by number asc", cnndb %> <html> <head> <title>Abilympics Philipines's List of Guest Book Entries</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="jaycelcss.css" types="text/css"/> <style type="text/css"> <!-- .style1 { font-size: 36px; font-weight: bold; } .style13 {color: #FFFFFF} .style21 {font-size: 14px; color: #FFFFFF; font-weight: bold; } .style3 { color: #FFFFFF; font-weight: bold; } .style25 {color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } body { background-color: #FFFFFF; } .style42 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #FFFFFF;} .style45 {color: #0000FF} .style12 { font-size: 12px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; } .style46 {color: #9999FF} .style47 { color: #9900FF; font-weight: bold; } .style53 { font-family: Arial; font-size: 14px; font-weight: bold; } .style54 {font-size: 16} .style56 { color: #9933FF; font-family: Arial; font-size: 16px; font-weight: bold; } .style57 {color: #9900FF; } .style58 { font-family: Arial; font-size: 16px; } --> </style> </head> <body text="#000000"> <div align="center"> <table width="705" height="398" border="0" cellpadding="0" cellspacing="0" bordercolor="#0000FF"> <tr> <td height="100" valign="top"><B><span class="style1"><a href="#content" accesskey="7"><img src="1-banner.jpg" alt="Abilympics Philippines" width="700" height="100"></a></span></B></td> </tr> <tr BGCOLOR="#FF6600"> <td height="17" valign="top" bgcolor="#9999FF"> <div align="right" class="style53 style54"><a href="index.htm" accesskey="1">Home</a> <span class="style13">></span> <a href="view.asp" accesskey="v">View Feed Back</a> </div> </td> </tr> <tr> <td height="158" width="705" BGCOLOR="#FFFFFF"><div align="center"> <br> <table width="700" height="0" border="0"> <tr> <td width="491" bgcolor="#FFFFFF"><div align="left"><font color="#0000FF" size="5"><a name="content"></a></font><span class="style56">List of Guest Book Entries</span></div></td> </tr> </table> </div> <% Do While Not rsinfo.EOF %> <div align="center"> <table width="77%" border="0"> <tr> <td width="122"><div align="right" class="style47">Name: </div></td> <td width="624"><font size="4" color="#000000"><%=rsinfo.fields("jname")%></font></td> </tr> <tr> <td width="122"><div align="right" class="style57"><b>E-mail</b>:</div></td> <td width="624"><font size="4" color="#000000"><%=rsinfo.fields("jemail")%></font></td> </tr> <tr> <td width="122"><div align="right" class="style57"><b>Comments:</b></div></td> <td width="624"><font size="4" color="#000000"><%=rsinfo.fields("jcomments")%></font></td> </tr> <tr bgcolor="#FFFFFF"> <td height="21" colspan="2" valign="top"><div align="center"><span class="style13">=<span class="style46">==========================================================</span></span></div></td> </tr> </table> </div> <div align="center"> <%rsinfo.MoveNext Loop %> <br> <b><span class="style58"><a href="feedback.asp">Sign our Feeback!</a></span></b><font size="5"><br> <br> </font></div></td> </tr> <TR BGCOLOR="#FFFFFF"> <TD HEIGHT="19" VALIGN="top" bgcolor="#9999FF"><div align="right" class="style25"><span class="style3"><span class="style42"><span class="style3 style17"><a href="index.htm" title="Home">Home</a> > </span></span></span> <a href="view.asp" title="Guest Book">Guest Book > </a></div></TD> </TR> <TR BGCOLOR="#FFFFFF"> <TD HEIGHT="98" colspan="2" VALIGN="top"> <div align="center" class="style3"><span class="style13"><span class="style21"><span class="style45"><strong>Copyright </strong>© <strong>2006Abilympics Philippines <br> Updated: May 2006 </strong></span><span class="style12"><br> </span><a href="groupwebsite.htm" accesskey="9"><img src="banner.jpg" alt="Deaf Cooperation" width="40" height="40" border="0"></a> <br> </span></span></div></TD> </TR> </table> </div> </body> </html> <% rsinfo.close cnndb.close %>