<%@LANGUAGE="VBSCRIPT"%> <% Dim TWMailbag Dim TWMailbag_numRows Set TWMailbag = Server.CreateObject("ADODB.Recordset") TWMailbag.ActiveConnection = MM_TWCorrespond_STRING TWMailbag.Source = "select * FROM mailbag WHERE Status <> 'hold' AND PigeonHole = 'mailbag' ORDER BY ID DESC" TWMailbag.CursorType = 0 TWMailbag.CursorLocation = 2 TWMailbag.LockType = 1 TWMailbag.Open() TWMailbag_numRows = 0 %> Toffeeweb: Current Mail Bag ToffeeWeb
/site1/navig/StartSiteX.htm" -->

ToffeeWeb MailBag
Letters from our readers, managed by Michael (TW Editor), Lyndon (Webmaster), and Colm (Columnist). Want to have your say?


<% Do while NOT TWMailbag.EOF %>

"><%=TWMailbag("Title")%>
<%=TWMailbag("MyText")%>
<%=TWMailbag("FirstName")%> <%=TWMailbag("LastName")%><% If TWMailbag("GeoLocation") <> "" then %>, <%=TWMailbag("GeoLocation") %><% End If %>  (<%=TWMailbag("DayDate")%>)

<%=TWMailbag("EdNote")%>


<%TWMailbag.MoveNext%><%Loop%> MailBag Archives
Season 2005-06
Season 2004-05

<% TWMailbag.Close() Set TWMailbag = Nothing %>