<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'First lets Dim all the variables we need - this is a comment Dim MyName Dim MyCompany Dim MyPhone Dim MyEmail Dim MyMessage 'Now lets get some values for the variables from the form MyName = Request.Form("Name") MyCompany = Request.Form("Company") MyPhone = Request.Form("Phone") MyEmail = Request.Form("Email") MyMessage = Request.Form("Message") 'Now lets build the body of the email from the data in the form MyBody = "Name: "& MyName & vbcrlf MyBody = MyBody & "Company: "& MyCompany & vbcrlf MyBody = MyBody & "Telephone: "& MyPhone & vbcrlf & vbcrlf MyBody = MyBody & "Email: "& MyEmail & vbcrlf MyBody = MyBody & "Message: "& MyMessage & vbcrlf 'Now lets put the variables and other information we need into the mailing script Set MyMail = CreateObject("CDO.Message") MyMail.From = MyEmail MyMail.To = "mail@theactgroup.net" MyMail.Subject = "ACT National Contact Us Form" MyMail.TextBody = MyBody MyMail.Send Set MyMail= nothing 'Response.Write("Your e-mail has been sent") %> Advice
 


Contact  |  Support Center  |  Email: mail@actnational.co.uk

IRAM Online Payment Page

Dear Customer,

Thank you for you deciding to subscribe to IRAM Online. Please click on the Subscribe button above which will take you to a secure PayPal page for collection of annual subscription. Payment can be made either through PayPal itself or any of the major credit cards.

Once payment has been completed you will be directed to a final form where we will collect some IRAM Online company details in order to get you up and running as soon as possible. Please make sure that this form is also completed in full or as much as possible. Once this form is received we will process this and email you access details and a VAT receipt of your purchase.

By purchasing IRAM Online you agree to have read and understood our Privacy Policy & Terms of Use.

Regards,

ACT Web Site Team.