% SQL = "Select ID, Name from ContentSections where Restricted not like '%" & session("usertype") & "%' AND Active = 1 order by DisplayOrder" set rsSections = CreateRecordset(objDB, SQL) SQL = "Select ID, SectionID, Name from ContentSubsections where Restricted not like '%" & session("usertype") & "%' AND Active = 1 order by SectionID, DisplayOrder" set rsSubsections = CreateRecordset(objDB, SQL) SQL = "Select ID, Name from DistributorContentSections where Active = 1 AND DistributorID = '" & session("DistributorID") & "' order by DisplayOrder" set rsDistributorSections = CreateRecordset(objDB, SQL) SQL = "Select ID, SectionID, Name from DistributorContentSubsections where Active = 1 AND DistributorID = '" & session("DistributorID") & "' order by SectionID, DisplayOrder" set rsDistributorSubsections = CreateRecordset(objDB, SQL) %>
| "><%= rsSections("Name") %> | » |
| &subsectionID=<%= rsSubsections("ID") %>"><%= rsSubsections("Name") %> | |
| "><%= rsDistributorSections("Name") %> | » |
| &subsectionID=<%= rsDistributorSubsections("ID") %>"><%= rsDistributorSubsections("Name") %> | |
| Manage Leads | » |
| Not Processed By Distributor | |
| Processed Leads | |
| Manage Leads | » |
| Processed Leads | |
| My Account | » |
| Logout | » |