%@LANGUAGE="VBSCRIPT"%>
<%
Dim rsCust
Dim rsCust_numRows
Set rsCust = Server.CreateObject("ADODB.Recordset")
rsCust.ActiveConnection = MM_marketing_STRING
rsCust.Source = "SELECT ID, email, password, planDate FROM tblCustomers WHERE ID = 0"
rsCust.CursorType = 1
rsCust.CursorLocation = 2
rsCust.LockType = 3
rsCust.Open()
rsCust_numRows = 0
%>
<%
if (Request.ServerVariables("CONTENT_LENGTH") >0) Then
if request.Form("MyCheckBox") <> "Checked" then
response.Redirect("messages/noConfirm.html")
end if
if request.Form("email") <> request.form("emailConfirm") then
response.Redirect("messages/emailConfirm.html")
end if
if request.Form("confirmPassword") <> request.Form("password") then
response.Redirect("messages/wrongPassword.html")
end if
rsCust.addnew
rsCust("email") = request.form("email")
rsCust("password") = request.form("password")
rsCust("planDate") = now
session("svLogin") = "InYouGo"
rsCust.update
dim varCust
'varCust = rsCust("id")
session("svUserID") = rsCust("id")
'******mail*******
'Session("MM_Username")= rsUsers.Fields.Item("UserID").Value
'Session("MM_UserAuthorization") = rsUsers.Fields.Item("AccessGroup").Value
'********
response.Redirect("plan/CompanyDetails.asp?id=" & varCust )
end if
%>
Marketing Planner.co.uk
Create a professional marketing plan for your business quickly & easily
Marketing Plan Create your marketing plan. Go...
______________
The Marketing Planner.co.uk service offers an online marketing plan service to help individuals and small businesses. We take pride in the quality of our service and we welcome any feedback about the service we offer. This website is best viewed at a setting of 1024 x 768 using default Internet Explorer settings. Please feel free to browse the website and provide any feedback and / or comments. This website has been created by the IT division of e-Fervour Ltd UK. Please contact them should you require a professional website. This website and all original images are protected by copyright and many not be reproduced without our prior permission. You may however link to this site freely.