<%@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.

<% If NOT isempty(Request("MSG")) OR isnull(Request("MSG")) Then %> <% End If %>
<% If Request("MSG") = "FEATPOSTED" Then %>

NOTE: Your feature has been entered into the database

<% End If %>
Title :
Description:
Image:
Do you want to make this feature active now?