<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%Option Explicit %> <%Response.expires=0 %> <% ' http://server/sites/_training/stefan/disco-club/addyourclub001.asp %> Addyouclub <% fname = request.form("fname") fname2 = request.form("fname2") ' id_type = request.form("id_type") street = request.form("street") postcode = request.form("postcode") Phone = request.form("Phone") fax = request.form("fax") mail = request.form("mail") web = request.form("web") ' id_borough = request.form("id_borough") ' id_area = request.form("id_area") ' id_city = request.form("id_city") ' id_tube = request.form("id_tube") ' id_bus = request.form("id_bus") if fname2 = "no" then fname2 = "" end if %>

<< Back to the Menue


Please enter the data for your club:

  Name of your venue:*
  Further Name of your venue:
  Select your type of venue:* <% sql = "SELECT * FROM f_type order by N_type;" rs.open sql, dbconn %>
  Street and Number of your club:*
  Postcode of your venue:*
  Phone of your venue:*
  Fax of your venue:
  Mail of your venue:*
  Webpage of your venue:
  Select your borough:* <% sql = "SELECT * FROM borough order by N_borough;" rs.open sql, dbconn %>
  Select your area:* <% sql = "SELECT * FROM area order by N_area;" rs.open sql, dbconn %>
  Select your tube:* <% sql = "SELECT * FROM tube order by N_tube;" rs.open sql, dbconn %>
  Select your bus line:*