<%@LANGUAGE="VBSCRIPT"%> <% Response.expires = -1 Response.CacheControl = "Private" Response.AddHeader "pragma","no-cache" Dim rsLogin__varID rsLogin__varID = "0000" if (request.form("email") <> "") then rsLogin__varID = request.form("email") %> <% Dim rsLogin__varPass rsLogin__varPass = "0000" if (request.form("password") <> "") then rsLogin__varPass = request.form("password") %> <% set rsLogin = Server.CreateObject("ADODB.Recordset") rsLogin.ActiveConnection = MM_marketing_STRING rsLogin.Source = "SELECT id, email, password FROM tblCustomers WHERE email = '" + Replace(rsLogin__varID, "'", "''") + "' AND password = '" + Replace(rsLogin__varPass, "'", "''") + "'" rsLogin.CursorType = 0 rsLogin.CursorLocation = 2 rsLogin.LockType = 3 rsLogin.Open() rsLogin_numRows = 0 if (Request.ServerVariables("CONTENT_LENGTH") >0) Then if not rsLogin.eof then session("svLogin") = "InYouGo" session("svUserID") = rsLogin("id") 'response.redirect("../plan/companyDetails.asp?ID=" & rsLogin("id") & "&pwd=" & lCase(rsLogin("password"))) response.redirect("../plan/companyDetails.asp") else response.redirect("../messages/failedLogin.asp") end if end if %> Marketing Planner.co.uk
Marketing Plan
 
Create a professional marketing plan for your business quickly & easily    
 
Start plan
           
Marketing Plan
Create your marketing plan. Go...
______________
Please log in via the form below
     
Your email address
Password
 
     
If you have forgotten your password please click here

 
 

What is a marketing plan?
_____________________
Marketing Articles
_____________________
Tips and Hints
_____________________
Business Plans
_____________________
Press Release Tips
_____________________
Trade shows
_____________________
FAQ's
_____________________
Link to us
_____________________
Useful Resources
_____________________
 

Marketing Planner UK

Consultants
Marketing consultants can provide individual advice. Go...
______________
Funding
Find an investor or business angel for funding. Go...
______________
Web Tools
Developing your web site as a marketing tool. Go...
______________
 
 
____________________________________________________________________________________________________________________________________________________________
© Marketing Planner.co.uk 2006. All rights reserved
 
The MarketingPlanner.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.
 
 
<% rsLogin.Close() %>