%@language=vbscript%>
<%
Option Explicit
Response.Expires = -1000
If isnull(Session("LoginID")) AND isempty(Session("LoginID")) Then
Response.Redirect("default.asp?MSG=NOTLOGGED")
End If
Dim strGetLinkCategories, rsLinkCategories
%>
<%
Set rsLinkCategories = Server.CreateObject("ADODB.Recordset")
strGetLinkCategories = "SELECT LinkCategoryID, LinkCategory FROM tblLinkCategory ORDER BY LinkCategoryID"
rsLinkCategories.Open strGetLinkCategories, oConn, 3
%>
Add Feature
These features will appear on the features page of the Jericho site.
If you have any problems with this section, please contact Web Site Support.