<%@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
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A
/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

OK

We use cookies to enhance your experience on ToffeeWeb and to enable certain features. By using the website you are consenting to our use of cookies in accordance with our cookie policy.

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