| View from the Blue ToffeeWeb Webmaster, Lyndon Lloyd migrates his views from the Viewpoint section to a brand new column for 2004-05 |
||||||||||||||||||||||||||||||||||||
Full-Length Articles
| ||||||||||||||||||||||||||||||||||||
Random Thoughts |
| ToffeeWeb Viewpoint 2003-04 Season | |
%@LANGUAGE="VBSCRIPT"%> <% Dim rsViewBlue Dim rsViewBlue_numRows Set rsViewBlue = Server.CreateObject("ADODB.Recordset") rsViewBlue.ActiveConnection = MM_ConnToffeeWeb_STRING rsViewBlue.Source = "SELECT * FROM efcnews WHERE articletype = 'lloyd' ORDER BY datestamp DESC" rsViewBlue.CursorType = 0 rsViewBlue.CursorLocation = 2 rsViewBlue.LockType = 1 rsViewBlue.Open() rsViewBlue_numRows = 0 %>
| View from the Blue ToffeeWeb Webmaster, Lyndon Lloyd migrates his views from the Viewpoint section to a brand new column for 2004-05 |
||||||||||||||||||||||||||||||||||||
Full-Length Articles
| ||||||||||||||||||||||||||||||||||||
Random Thoughts |
| ToffeeWeb Viewpoint 2003-04 Season | |