<%@LANGUAGE="VBSCRIPT"%> <% Dim rsCountry Dim rsCountry_numRows Set rsCountry = Server.CreateObject("ADODB.Recordset") rsCountry.ActiveConnection = MM_marketing_STRING rsCountry.Source = "SELECT * FROM tblCountries order by ordernum" rsCountry.CursorType = 0 rsCountry.CursorLocation = 2 rsCountry.LockType = 1 rsCountry.Open() rsCountry_numRows = 0 %> <% Dim rsCompany__varID rsCompany__varID = "0" If (session("svUserID") <> "") Then rsCompany__varID = session("svUserID") End If %> <% Dim rsCompany Dim rsCompany_numRows Set rsCompany = Server.CreateObject("ADODB.Recordset") rsCompany.ActiveConnection = MM_marketing_STRING rsCompany.Source = "SELECT * FROM tblCustomers WHERE ID = " + Replace(rsCompany__varID, "'", "''") + "" rsCompany.CursorType = 1 rsCompany.CursorLocation = 2 rsCompany.LockType = 3 rsCompany.Open() rsCompany_numRows = 0 %> <% Response.expires = -1 Response.CacheControl = "Private" Response.AddHeader "pragma","no-cache" %> <% if session("svLogin") <> "InYouGo" then response.Redirect("../gettingStarted.html") end if %> <% if (Request.ServerVariables("CONTENT_LENGTH") >0) Then if request.form("password") <> request.form("confirmPassword") then response.redirect("../messages/WrongPassword.html") end if if request.form("country") = "999" or request.form("country") = "3" then response.redirect("../messages/chooseOne.html") end if '********************************************************* rsCompany("company") = request.form("company") rsCompany("address1") = request.form("address1") rsCompany("address2") = request.form("address2") rsCompany("town") = request.form("town") rsCompany("County") = request.form("state") rsCompany("country") = request.form("country") rsCompany("postcode") = request.form("postcode") rsCompany("email") = request.form("email") rsCompany("tel") = request.form("tel") rsCompany("fax") = request.form("fax") rsCompany("town") = request.form("town") rsCompany("title") = request.form("yourTitle") rsCompany("surname") = request.form("surname") rsCompany("firstname") = request.form("firstname") rsCompany("url") = request.form("website") rsCompany("password") = lCase(request.form("password")) rsCompany.update response.redirect("where_now.asp") 'response.redirect("where_now.asp?ID=" & rsCompany__varID & "&pwd=" & lCase(request.form("password"))) end if %> MarketingPlanner.co.uk
Marketing Plan
 
Create a professional marketing plan for your business quickly & easily   
 
Start plan
           
Marketing Plan
Create your marketing plan. Go...
______________
Step 1: Entering Your Company Details
Add or amend your company details below
Once you have finished click the 'Save' button at the bottom to go to the next step
       
  Company Name " size="30" maxlength="50">  
  Contact Title (Mr, Mrs etc) " size="30" maxlength="10">  
  Contact Firstname " size="30" maxlength="20">  
  Contact Surname " size="30" maxlength="30">  
  Address " size="30" maxlength="50">  
    " size="30" maxlength="50">  
  Town/City " size="30" maxlength="25">  
  County " size="30" maxlength="20">  
       
  Zip/Postcode " size="30" maxlength="10">  
  Country  
   
  Telephone
" size="30" maxlength="25">  
       
  Fax
" size="30" maxlength="20">  
       
  Mobile " size="30" maxlength="25">  
  Email (Just enter one, not multiple email adresses) " size="30" maxlength="60">  
  Confirm Email " size="30" maxlength="60">  
  If you wish to change it    
  Password " size="30" maxlength="60">  
  Confirm Password " size="30" maxlength="60">  
  If you wish to change it    
   
  Your Website (if any) ">  
   
     
       
       
       
       

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 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.
 
 
<% rsCountry.Close() Set rsCountry = Nothing %> <% rsCompany.Close() Set rsCompany = Nothing %>