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

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

Title:
URL:
OR
Content:

">

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