<% nof_rootDir="../" nof_scriptDir="scripts" nof_debug=false 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 %> <% 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("faq_XmlLib.asp", nof_sitePath, nof_scriptDir) %> <% call IncludeLib("faq_search.asp", nof_sitePath, nof_scriptDir) %> <% call IncludeLib("faq_toc.asp", nof_sitePath, nof_scriptDir) %> <% call IncludeLib("faq_details.asp", nof_sitePath, nof_scriptDir) %> Software FAQ's
GetCoolLogo3Csolo400

HVAC Industry support for contractors, consumers and utilities worldwide..

TM

Toll Free: 1-877-583-3272

Contact info

Software Frequently Asked Questions

<% set nof_locale = faqLocaleToDictionary(nof_sitePath & nof_scriptDir, "FAQ_en.properties") set details_1253390093406 = new FaqDetails details_1253390093406.mComponentId = "1253390093406" details_1253390093406.mComponentName = "details" details_1253390093406.mXmlPropFile = "FAQ1253390009953.xml.asp" if details_1253390093406.Initialize(nof_sitePath, nof_scriptDir, nof_rootDir, nof_debug) then call details_1253390093406.ManageDetails() end if set details_1253390093406 = nothing %>
<% set nof_locale = faqLocaleToDictionary(nof_sitePath & nof_scriptDir, "FAQ_en.properties") set search_1253389990375 = new FaqSearch search_1253389990375.mComponentId = "1253389990375" search_1253389990375.mComponentName = "search" search_1253389990375.mXmlPropFile = "FAQ1253390009953.xml.asp" if search_1253389990375.Initialize(nof_sitePath, nof_scriptDir, nof_rootDir, nof_debug) then call search_1253389990375.ShowSearchForm() end if set search_1253389990375 = nothing %>
<% set nof_locale = faqLocaleToDictionary(nof_sitePath & nof_scriptDir, "FAQ_en.properties") set toc_1253390054031 = new FaqToc toc_1253390054031.mComponentId = "1253390054031" toc_1253390054031.mComponentName = "toc" toc_1253390054031.mXmlPropFile = "FAQ1253390009953.xml.asp" if toc_1253390054031.Initialize(nof_sitePath, nof_scriptDir, nof_rootDir, nof_debug) then call toc_1253390054031.ShowToc() end if set toc_1253390054031 = nothing %>
BuiltWithNOF
[Home] [Software] [Download] [Software FAQ's] [Features] [Intro Videos] [Purchase] [Hardware] [Consumers] [Contractors]