<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' Loads a file and executes it as an ASP file. ' Needed to perform dynamic execution of BSP/FUSE ' and can be useful down the road Function GetFileContentsForExecution(aspFileFragmentPath) Dim oFSO, sContents 'Obtain a reference to the FileSystemObject Set oFSO = Server.CreateObject("Scripting.FileSystemObject") 'Obtain the file contents sContents = oFSO.OpenTextFile(Request.ServerVariables("APPL_PHYSICAL_PATH") & aspFileFragmentPath).ReadAll Set oFSO = Nothing 'reference to the FileSystemObject 'Remove the ASP scripting tags sContents = Replace (sContents, "<" & "%", "") sContents = Replace (sContents, "%" & ">", "") GetFileContentsForExecution = sContents End Function ' Grabs the node value of the responseXML returned ' by the CSWP_DOC_INFO service. This is used to ' display metadata on the confirmation page. Function GetXmlNodeValue(objXmlRowNode, strNodeName) Dim objXmlNode, objXmlNodeValue Set objXmlNode = objXmlRowNode.selectSingleNode("@" & strNodeName) If (objXmlNode Is Nothing) Then Set objXmlNode = objXmlRowNode.selectSingleNode("idc:field[@name='" & strNodeName & "']") End If If (Not (objXmlNode Is Nothing)) Then GetXmlNodeValue = objXmlNode.Text End If End Function %> <%dim instanceName%> <%dim serverAddr%> <%dim visitorIP%> <%dim displayAllBSP%> <%dim fuseType%> <%dim cswpProgram%> <%instanceName = "build"%> <%serverAddr = "http" & "://" & "build.export.gov" & "/build/idcplg"%> <%visitorIP = Request.ServerVariables("REMOTE_ADDR")%>
<% dim siteURL siteURL = Request.ServerVariables("server_name") if siteURL =("export.gov") then response.Write("") else end if %>

Federal Government Agencies

U.S. Commercial Service

U.S. Department of Commerce

U.S. Department of State

U.S. Trade Representative

U.S. Trade Commission

U.S. Patent and Trademark Office

U.S. Agency for International Development

Bureau of Industry and Security - BIS (formerly BXA)

Bureau of the Census

Center for Disease Control

Commerce Business Daily (Listing of govt. contract opportunities)

U.S. Customs and Border Protection

U.S. Department of Agriculture

STAT-USA

U.S. Department of Treasury

Office of Foreign Assets Control, Licensing

U.S. Export-Import Bank

U.S. Federal Communications Commission

Federal Trade Commission (Country of Origin)

Federal Register

GTN

International Trade Administration

Market Access and Compliance

National Institute of Standards and Technology

Office of Service Industries and Finance

Office of Trade and Economic Analysis

Small Business Administration

Trade Information Center

U.S. Government Printing Office

U.S. Information Agency

U.S. Trade and Development Agency