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

Edit Subsection for <%= rsSection("Name") %>

Title: ">
URL: ">
OR
Content:
Restrict Access: 0 then response.write "checked" %>>ProMinent Employee
0 then response.write "checked" %>>ProMinent Distributor/Rep
0 then response.write "checked" %>>Chemical Vendor/OEM
0 then response.write "checked" %>>Aquatics Market Distributor
0 then response.write "checked" %>>End User

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