<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsLogin__strUserID rsLogin__strUserID = "xyz" if (Request.Form("UserID") <> "") then rsLogin__strUserID = Request.Form("UserID") %> <% Dim rsLogin__strPassword rsLogin__strPassword = "123" if (Request.Form("Password") <> "") then rsLogin__strPassword = Request.Form("Password") %> <% set rsLogin = Server.CreateObject("ADODB.Recordset") rsLogin.ActiveConnection = MM_rsLoginbcif_STRING rsLogin.Source = "SELECT * FROM tblLogin WHERE UserID = '" + Replace(rsLogin__strUserID, "'", "''") + "' AND Password = '" + Replace(rsLogin__strPassword, "'", "''") + "'" rsLogin.CursorType = 0 rsLogin.CursorLocation = 2 rsLogin.LockType = 3 rsLogin.Open() rsLogin_numRows = 0 %> <% Dim bcifnextevent Dim bcifnextevent_numRows Set bcifnextevent = Server.CreateObject("ADODB.Recordset") bcifnextevent.ActiveConnection = MM_bcif_STRING bcifnextevent.Source = "SELECT * FROM dbo.bcifnextevent ORDER BY nexteventdate DESC" bcifnextevent.CursorType = 0 bcifnextevent.CursorLocation = 2 bcifnextevent.LockType = 1 bcifnextevent.Open() bcifnextevent_numRows = 0 %> <% Dim homepages Dim homepages_numRows Set homepages = Server.CreateObject("ADODB.Recordset") homepages.ActiveConnection = MM_bcif_STRING homepages.Source = "SELECT * FROM dbo.homepageimages" homepages.CursorType = 0 homepages.CursorLocation = 2 homepages.LockType = 1 homepages.Open() homepages_numRows = 0 %> <% If rsLogin__strUserID <> "xyz" then If Not rsLogin.EOF Then Session("svUserID") = (rsLogin.Fields.Item("UserID").Value) Session("svPassword") = (rsLogin.Fields.Item("Password").Value) Session("svAccessGroup") = (rsLogin.Fields.Item("AccessGroup").Value) %> <% dim AccessGroup AccessGroup = Session("svAccessGroup") If AccessGroup = "full" Then Response.Redirect "fullaccessarea.asp" else If AccessGroup = "steering" Then Response.Redirect "steeringgroupaccessarea.asp" else If AccessGroup = "controlp" Then Response.Redirect "controlpanel.asp" End If End If End If End If End If %> Borders Construction Industry Forum
Border Construction Industry Forum
Today's Date: <%= FormatDateTime(Date) %> 

Borders Construction Industry Forum, East Port, Melrose, TD6 9EE 
T 01896 820469   F 01896 823915, E
enquiries@bcif.org.uk 

Image of construction machinery

Privacy Policy


At the Borders Construction Industry Forum we are committed to protecting your privacy and we comply with the data protection laws applicable to the United Kingdom.

This Privacy Policy outlines how your personal information is treated and forms part of our Conditions of Use.


What information do we collect and how do we use it?


We will not collect any personal information about you unless you have chosen to give it to us. If you require to apply for membership, obtain further information on events, or make an event booking we may ask for your name, address, e-mail address and telephone number so that we can contact you accordingly.

We may use the information provided by you to communicate with you, to provide a more personalised online experience, for record keeping purposes, and in aggregate (and therefore anonymously) for market research purposes, to track activity on our site, and/or to improve usefulness and content. We may also use the information we collect to keep you updated with information about the Borders Construction Industry Forum. If you do not wish to receive this information please let us know.


Changes to this Privacy Policy


If we decide to change our Privacy Policy we will post those changes on this page so that you are always aware of what information we collect and how we use it.

 

Your Rights


You have the right to ask for a copy of the information held by us in our records in return for which we may charge a small fee. You also have the right to require us to correct any inaccuracies in your information.


 

Disclaimer


The Borders Construction Industry Forum and the hosts of this site accept no responsibility for and exclude all liability in connection with browsing this site, use of information on this site and downloading any material from it including but not limited to any liability for errors, inaccuracies, omissions or misleading or defamatory statements.

Whilst we hope you find the contents of this website interesting and informative, the contents are for general information only. We believe the contents to be true and accurate as at the date of writing but can give no assurances or warranty regarding the accuracy, currency or applicability of any of the contents in relation to specific situations and particular circumstances.

The Borders Construction Industry Forum wishes to emphasise that the contents contained within this area are regularly reviewed and are naturally subject to change from time to time. As such, the contents should not be relied upon and professional advice should be taken in specific cases. Specific disclaimers may apply in addition to certain content or parts of the site.

The Borders Construction Industry Forum is not responsible for the contents or reliability of linked web sites and does not necessarily endorse the views expressed within them. Listing should not be taken as endorsement of any kind. We cannot guarantee that these links will work all of the time and we have no control over the availability of the linked pages.

Privacy | Disclaimer | © Borders Construction Industry Forum 2006 | Site by Border Marketing Company

<% rsLogin.Close() %> <% bcifnextevent.Close() Set bcifnextevent = Nothing %> <% homepages.Close() Set homepages = Nothing %>