%@LANGUAGE="VBSCRIPT"%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "="
MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each Item In Request.QueryString
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each Item In Request.Form
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item))
End If
Next
' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
If (firstItem <> "") Then
MM_joinChar = "&"
Else
MM_joinChar = ""
End If
End Function
%>
giftservice.co.uk > Customer Service Centre > Online Orders
|
|
 |
|
|
| Online Orders |
ONLINE
ORDERS > GIFT CHOICE
ONLINE ORDERS > BROWSING
THROUGH OUR GIFT RANGE
ONLINE ORDERS > SECURE
ORDERING
ONLINE ORDERS >
SENDING YOUR ORDER
ONLINE ORDERS > DELIVERY
OF YOUR ORDER
ONLINE ORDERS > HELP
WITH ORDERING |
ONLINE ORDERS > GIFT CHOICE
We offer the opportunity for all customers to browse
through our website and choose their gifts. Our website
is divided into sections. Each section contains information
on a range of gifts.
ONLINE ORDERS > BROWSING
THROUGH OUR GIFT RANGE
As you browse through the gifts we feel sure you will
want to place an order.
When you find a gift you like
you can request more information for that gift or
just proceed to order.
You can add additional gifts
to many of our main gifts to add further depth to
your order.
ONLINE ORDERS > SECURE
ORDERING
On completing your gift choice you can move on and
fill in our order form located in our secure server
facility. You can rest assured that your information
remains appropriately confidential.
ONLINE ORDERS > SENDING
YOUR ORDER
Having completed your order form, you will send your
order to us, receiving several messages at intervals
to assure you that your order is being correctly processed.
ONLINE ORDERS > DELIVERY OF YOUR ORDER
Your gift should be delivered on the day and date
you have requested on your order form. we reserve
the right to confirm delivery will be made on that
day or the nearest viable day for the service requested.
All you have to do is sit back and rest assured your
gift will be well received, creating the effect you
had in mind.
ONLINE ORDERS > HELP WITH
ORDERING
To start placing your order please follow our next
page of instructions by clicking on the link below
to help you start choosing your gift.
|
|
|
 |
|
|
|
|