<%@LANGUAGE = "VBSCRIPT"%> <%Option Explicit%> <%Dim rsCards, strSQL %> Select your Postcard

Select a postcard

Choose one of the postcards below then click the 'select card' button to add your message.

<%Set rsCards = Server.CreateObject("ADODB.Recordset") strSQL = "SELECT * FROM tblPostcards" rsCards.open strSQL, conn if Not rsCards.eof Then%>

<%else%>

There are currently no cards available for selection.

<%end if rsCards.close Set rsCards = Nothing conn.close Set conn = Nothing%>