<% 'connection objects Set conn = CreateObject("ADODB.Connection") Set rs = CreateObject("ADODB.Recordset") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("../data/directory.mdb") dim sql dim servmsg 'get category if Request("Add") = "1" then if Request("Title") & "x" = "x" then servmsg = "Must Enter Title
" end if if Request("Url") & "x" = "x" then servmsg = servmsg & "Must Enter Url
" end if if Request("Description") & "x" = "x" then servmsg = servmsg & "Must Enter Description
" end if if Request("CategoryID") & "x" = "x" then servmsg = servmsg & "Must Enter ID
" end if if servmsg & "x" = "x" then sql = "Select * From Links;" rs.open sql, conn, 1, 2, 1 rs.addnew rs("Title") = Request("Title") rs("URL") = Request("URL") rs("Description") = Request("Description") rs("CategoryID") = Request("CategoryID") rs("ContactName") = Request("ContactName") rs("ContactEmail") = Request("ContactEmail") rs("ReciprocalLink") = Request("ReciprocalLink") rs("Active") = false rs.update rs.close responcestring = "" %> <%= responcestring %> <% end if end if %> <% combobox = "" %>
Home Products Free E-zine Press Room Contact Us About Us

<%= servmsg %>

Link Submission Form


Site Title:


Site URL:


Select A Category:
Your site must be directly related to health, weight loss or fitness to recieve a listing in our weight loss directory.

<%= combobox %>

Site Description:


Contact Name:


Contact Email:


Reciprocal Link:
A reciprocating link back to www.bodyinmind-weight-loss.com is required for free listing in this directory.The link and description should appear as follows:

Body in Mind® Weight Loss Center
Outstanding tools, information, and products for healthy, permanent and successful weight loss.

Please list the exact URL where we can find a reciprocal link pointing back to our site.