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

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

Title: ">
URL: ">
OR
Content:

">

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