<%@ LANGUAGE="VBSCRIPT" %> <% HTMLtitle="Your order" %> <% response.write(HTMLtop) %>
Please enter your order details below:
Order number:
Account code/password:
Request Customer Code/Password?
If you have ordered through this site before but have forgotten your customer number, please enter your e-mail address below to have it sent to you.

Your Email

" size="25">
<% '----------------------------------------------- 'WRITE LAST HALF OF PAGE HTML '----------------------------------------------- response.write(HTMLbottom) '----------------------------------------------- 'CLOSE DATA CONNECTIONS '----------------------------------------------- DataConn.Close set DataConn = nothing %>