<% verify sectionID = request.querystring("sectionID") set objDB = OpenDatabase(true) SQL = "Select Name from ContentSections where ID = '" & sectionID & "'" set rsSection = CreateRecordset(objDB, SQL) section = "Content" %>
:: <%=section%>

Add New Subsection for <%= rsSection("Name") %>

Title:
URL:
OR
Content:
Restrict Access: ProMinent Employee
ProMinent Distributor/Rep
Chemical Vendor/OEM
Aquatics Market Distributor
End User

<% rsSection.close set rsSection = nothing objDB.close set objDB = nothing %>