"
errorCount = errorCount + 1
end if
whichReferer = Request.ServerVariables("HTTP_REFERER")
whichReferer = replace(whichReferer,"www.","")
whichReferer = replace(whichReferer,".co.uk","")
whichReferer = replace(whichReferer,".com","")
whichReferer = replace(whichReferer,"http://","")
whichReferer = left(whichReferer,11)
if whichReferer <> "axistelecom" then
validReferer = "
HTTP referer is not correct
"
errorCount = errorCount + 1
end if
if Request.ServerVariables("REQUEST_METHOD") <> "POST" then
validPost = "
Form was not posted
"
errorCount = errorCount + 1
end if
badStrings = array("Content-Type%3A","MIME-Version%3A","Content-Transfer-Encodin%3A","bcc%3A","cc%3A")
checkFormString = Request.Form.Item
For Each badWord in badStrings
if InStr(1,checkFormString, badWord,1) <> 0 then
response.write(badWord)
validString = "
Bad string found
"
errorCount = errorCount + 1
end if
next
if fullName = "" then
validFullName = ("
Please enter your name
")
errorCount = errorCount + 1
end if
if address = "" then
validAddress = ("
Please enter your address
")
errorCount = errorCount + 1
end if
if telephone = "" then
validTelephone = ("
Please enter your telephone number
")
errorCount = errorCount + 1
end if
'check the enail is equal to something and contains a fullstop and @ sign
if email = "" or inStr(email,"@") = 0 or inStr(email,".") = 0 then
validEmail = ("
Please enter a valid email
")
errorCount = errorCount + 1
end if
if bill_ref = "" then
validBill_ref = ("
Please enter your bill references
")
errorCount = errorCount + 1
end if
if errorCount <> 0 then
errMsg = "
Below are all the way you can pay your bills with Axis Telecom:
Direct Debit
By paying your bills by direct debit it will provide
you with a hassle free way of paying your bill with the
added benefit of knowing that you are protected by the safeguards offered
by the direct debit guarantee.You can also save an additional £36
per year if you pay by
this method. Call us today on 0844 875 1942 to start
paying by direct debit.
Telephone
Call the 24 hour automated debit/credit card payment
line on 0844 875 1954.All you need is your card and
Customer Account No. from the front of this bill.
Internet
<% if success = "" then %>
Please contact our customer service team who will register you for our
paperless online billing or sign up now by completing and submitting
your details below and receive a monthly discount of £1.50.
Once registered, to pay for your bills online all you need to do is visit www.axistelecom.co.uk, click on My Account and log-in
<% else
response.write(success)
end if %>
BACS Payments
If you are a business and would like to pay via BACS
please quote these details:
Sort Code: 08 00 51.Account Number: 70042234
Post
Please make cheques payable to Axis Telecom and
send to: Axis Telecom, Suite E, Shirethorn House, Prospect Street, Hull HU2 8PX.
On all cheques sent by post please write your account number on the reverse side
of your cheque. Your account number can be found on the front of your bill.
Post Office/Pay Point Outlet
You can pay your telephone bill at any Post Office/Pay Point outlet
throughout the UK by presenting your monthly bill at the counter and
the Post Office/Pay Point outlet will use the bar code situated on the
top of your bill.
At any Bank
You will need to complete a payment slip from your
bank.With this you will need Axis Telecom’s details
which are:
Sort Code: 08 00 51.Account Number: 70042234
When making any payment to AxisTelecom, please ensure you quote your account number.