<% nof_rootDir="../../" nof_scriptDir="scripts" nof_debug=true nof_sitePath = GetSitePath(nof_rootDir) function GetSitePath(RootDir) Dim relPath relPath = split(RootDir, "/") forwardSteps = UBound(relPath) - 1 if forwardSteps = 0 and relPath(0) = "." then forwardSteps = -1 GetSitePath = Server.MapPath(".") for idx=0 to forwardSteps GetSitePath = Left(GetSitePath, inStrRev(GetSitePath, "\") - 1) next GetSitePath = GetSitePath & "\" end function %> <% function FileExists(ByVal file, ByVal sitePath, ByVal scriptDir) dim fso, filePath on error resume next Set fso = Server.CreateObject("Scripting.FileSystemObject") filePath = sitePath & scriptDir & "\" & file FileExists = fso.FileExists(filePath) set fso = nothing end function %> <% sub IncludeLib(ByVal lib, ByVal sitePath, ByVal scriptDir) dim fso, f, buf, filePath Set fso = Server.CreateObject("Scripting.FileSystemObject") filePath = sitePath & scriptDir & "\" & lib if fso.FileExists(filePath) then set f = fso.OpenTextFile(filePath, 1, false, -2) buf = f.ReadAll f.close() set f = nothing Dim regEx Set regEx = New RegExp regEx.Pattern = "^\s*<" & chr(37) & "\s*" regEx.IgnoreCase = True regEx.Global = True buf = regEx.Replace(buf,"") regEx.Pattern = "\s*" & chr(37) & ">\s*$" regEx.IgnoreCase = True regEx.Global = True buf = regEx.Replace(buf, "") set regEx = nothing ExecuteGlobal buf else if nof_debug then Response.Write "Could not include the file `" & filePath & "`." else Response.Write "

An error occured. Please contact the site administrator.

" Response.Write "

Error code: 103

" end if Response.End end if set fso = nothing end sub %> <% call IncludeLib("nof_util.asp", nof_sitePath, nof_scriptDir) %> Members Sign Up

Members Sign Up

[Members Login] [SignUp]
<% if FileExists("rememberValues.js", nof_sitePath, nof_scriptDir) then %>
User name<% if Len(request("1177265498453_usernameErrImg")) > 0 then response.write "" end if %>
Password<% if Len(request("1177265498453_passwordErrImg")) > 0 then response.write "" end if %>
Re-type password<% if Len(request("1177265498453_retypePasswordErrImg")) > 0 then response.write "" end if %>
First name<% if Len(request("1177265498453_firstNameErrImg")) > 0 then response.write "" end if %>
Last name<% if Len(request("1177265498453_lastNameErrImg")) > 0 then response.write "" end if %>
Address<% if Len(request("1177265498453_addressErrImg")) > 0 then response.write "" end if %>
Postal Code<% if Len(request("1177265498453_zipErrImg")) > 0 then response.write "" end if %>
City<% if Len(request("1177265498453_cityErrImg")) > 0 then response.write "" end if %>
County<% if Len(request("1177265498453_countyErrImg")) > 0 then response.write "" end if %>
Country<% if Len(request("1177265498453_countryErrImg")) > 0 then response.write "" end if %>
Phone<% if Len(request("1177265498453_phoneErrImg")) > 0 then response.write "" end if %>
Email<% if Len(request("1177265498453_emailErrImg")) > 0 then response.write "" end if %>
<% if Len(request("1177265498453_SignupErrImg")) > 0 then response.write "" end if %>
<%=request("1177265498453_Errors")%>
<% Response.Write "" else if nof_debug then Response.Write "Could not include the file `" & nof_sitePath & nof_scriptDir & "\" & "rememberValues.js`." else Response.Write "

An error occured. Please contact the site administrator.

" Response.Write "

Error code: 103

" end if end if %>

To sign up here you must be a member of Residents Association. To be a member of the RA you need to be an owner of property on the King Henry’s Wharf estate.

Once you have entered your details you will receive an e-mail confirming your entry and once your membership is verified you may sign in

BuiltWithNOF
[Members Login] [SignUp] [Get Your Password]