<%@ Language="VBSCript" %> <% Option Explicit %> <% 'A C U P U N C T U R E - C H I N E S E - M A S S A G E . C O M '************************************************************* CheckBasketStatus() Dim objConnection Dim rsCourses Dim vSQL Dim vSelected Dim vFirstCourse vFirstCourse = true Set objConnection = Server.CreateObject("ADODB.Connection") objConnection.Open vDSN vSQL = "SELECT * FROM Courses ORDER By C_Name ASC" Set rsCourses = Server.CreateObject("ADODB.RecordSet") rsCourses.Open vSQL, objConnection, adOpenStatic, adLockReadOnly %> Bodyharmonics
pictures of qualification logos - microsystems and acupuncture-acutherapy council

Course booking form

Terms for booking courses

  1. Non-returnable holding deposit of £200.00 per course, £300 for acupuncture course
  2. Balance to be paid on the first day of course
  3. You may pay the balance in staged payments by arrangement (except summer courses)
  4. Pay balance of course fees in full two months before commencement date for a 5% discount

Book your course by post

  1. Fill in application form and send cheque for deposit made out to "Mercati" to:
    54 Flecker's Drive, Hatherley, Cheltenham, GL51 3BD.
  2. For overseas bookings, contact by email for electronic payment details

Book your course online

  1. Please choose your course from options below
  2. Click "pay deposit" button to place the course in your basket
  3. If you need to book more than one course, revisit this page and repeat process
  4. When ready, go to "checkout" and simply pay for the contents of your basket
<% If NOT rsCourses.EOF Then %> <% Do Until rsCourses.EOF If rsCourses("C_Name") <> Empty Then If vFirstCourse Then vFirstCourse = false vSelected = " CHECKED" Else vSelected = Empty End If %> <% End If rsCourses.MoveNext Loop %> <% Else %> <% End If rsCourses.Close Set rsCourses = Nothing objConnection.Close Set objConnection = Nothing %>
Course Starting date  
<%= rsCourses("C_Name") %> <%= rsCourses("C_Date") %> "<%= vSelected %> />
 
Sorry, we currently have no courses available.