<% @ Language=VBScript %> <% Response.ExpiresAbsolute = #2000-01-01# Response.AddHeader "pragma", "no-cache" Response.AddHeader "cache-control", "private, no-cache, must-revalidate" %> Gurtong.com <% vName = "EDITORS" 'Open db connection openDB 'Define SQL mySQL = "SELECT ID, PAGENAME, IMAGE1, TEXT2, TEXT1TITLE FROM CONTENT WHERE PAGENAME='" & vName & "'" 'Execute SQL executeSQL mySQL, myConn %>
INDEX
FEATURE IMAGE
" width="197" height="124" border="0" alt="">
<% Response.Write(myRS("TEXT2").value) %>
<%= vName %>
<% 'Close Connection closeAll myRs, myConn %> <% vName = "EDITORS" vId = Trim(Request.QueryString("id")) 'Open db connection openDB 'Define SQL mySQL = "SELECT ID, PAGENAME, LINKS, TEXT, TITLE, MAINTITLE, MAINTEXT FROM LINK WHERE ID='" & vId & "' ORDER BY ID DESC" 'Execute SQL executeSQL mySQL, myConn %> <%= myRS("MAINTITLE").value %>

<%= (myRS("MAINTEXT").value) %>

Back to previous page

Letters to the editor@gurtong.com or articles on this page should be brief.
The editor has the right to edit letters for clarity and brevity.


To increase the text-size go to View > Text Size and select another option.

Copyright©2002 Gurtong Diaspora Peace Project // P.O.Box 3647 Nyayo, Kenya // Email: info@gurtong.com

This website was built by Pebble Beach Design


<% 'Close Connection closeAll myRs, myConn %>