<%@language="VBScript"%> Christian fellowship Church, Belfast

 

<% If request.form("btnSubmit") <> "" then 'Declare variables for the e-mail script dim strAddr dim replyTo dim strSubject dim strText 'Get input from the form and assign it to script variables strAddr = Trim(Request.form("user_email")) if strAddr <> "" then replyTo = cstr(strAddr) end if strSubject = Request.form("user_subject") strName = Request.form("user_name") strAddr = Request.form ("user_email") strMsg = Request.form("user_text") strText = "E-mail from: " & strName & vbCrLf & "Concerning: " & strMsg 'Note: use vbCrLf (as above) to add line breaks in the e-mail message 'A real form might check for more blank fields and a valid e-mail address. 'Form has been submitted after JavaScript validation, but if JavaScript off, server also validates If (replyTo <> "" AND strMsg <> "") then send_email() else Response.Write "Please complete required fields!" end if 'The send_email function formats and sends the e-mail function send_email() 'Create an object or container for your mail Dim objMail Set objMail = Server.CreateObject("CDO.Message") 'Format the e-mail using fields from your HTML form objMail.To = "garath@cfc-net.org" objMail.From = "moreroom@cfc-net.org" 'Generic email address can tell you what form msg is from objMail.ReplyTo = replyTo objMail.Subject = strSubject objMail.TextBody = strText objMail.Send 'Release system resources Set objMail = Nothing if err.number > 0 then response.write "Errors were encountered in sending your e-mail message. "&_ "Please try again, or contact the Church direct" else 'You could use a JavaScript alert or write a confirmation to the screen. Sample javascript alert is shown in next line. 'Response.Write "" Response.Write "

Your e-mail has been sent! Thank you for your comment or question!

" Response.Write "

Return to 'Creating more Room' page

" end if end function else 'display the form %>
CFC Logo

Creating More Room

In 2000 we embarked on an ambitious new building plan. Phase One was an extension that developed the Belmont Road side of our site into a 10,000 sq foot multi function facility that comprises youth facilities, meeting rooms and computers suite to name but a few. We have seen these rooms used to their maximum capacity as weekly church activities expand, conferences are held and staff numbers grow.

It has been exciting to see that as the space grew so too did our vision for reaching the community. Since the Belmont Wing was built we have been able to start new ministry outreaches and other activities including two international worship conferences, weekly Healing Rooms, Alpha and Alpha Plus, Joel’s Place (youth outreach)….

With Phase Two we believe we can expand into that ever growing vision. God has given us an opportunity to plan a purpose built building to suit what we have become. It is aimed at facilitating our work as a local church, at enabling our community to grow and presenting opportunities to impact the wider church body.

To hear Paul Reid’s complete talk given at our public meetings on 6 & 7 June click here

Click on the thumbnails below to view the plans and CGI images of the new building.
outside elevation main entrance foyer main sanctuary

 

Level 0 Level 1 Level 2

 

Let us hear your questions and comments on Phase Two

Name: 
*E-mail:  * = Required
Subject: 
*Comment: 
   
<% end if %>


© 2005 Christian Fellowship Church
10 Belmont Road  Belfast BT4 2AN
Phone: +44 (28) 9067 1838    Fax: +44 (28)9065 5298