<%@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 %>

Become a Strategic Partner

We seek to partner with public and private sector organizations and businesses that:

  • Are established organizations or businesses (generally with a history of three or more years in operation).
  • Demonstrate established relationships with customers and/or members that are appropriate targets for CS promotional campaigns.
  • Demonstrate an established reach in terms of raw numbers to the U.S. business community and general public.
  • Demonstrate a willingness to engage both customers/members with whom it has established relationships - and the general public - in carrying out the proposed project.
  • Demonstrate a focus that is consistent with the goals and mission of the agency.
  • Pass a basic background vetting for potential conflicts and appearance issues.

Our partnership programs are designed to enhance promotion of U.S. exports in line with the President’s National Export Initiative (NEI), while simultaneously benefiting our partner businesses and organizations by facilitating their ability to offer enhanced value-added services to their customers and members. Our programs include:

  • Export Promotion Pledge – Making the pledge demonstrates your organization recognizes the importance of expanding the U.S. exporter base and may engage in activities to support our efforts to promote greater exporting awareness.
  • New Market Export Initiative – Help your U.S. customers who are already exporters of U.S. goods and services grow by educating them about exporting and introducing them to federal resources including the U.S. Commercial Service.
  • The Global Buyer Initiative – Help your non-U.S. customers who are already importers of goods/services grow by educating them about importing from the U.S. and introducing them to the U.S. Commercial Service to find U.S. suppliers and partners.
  • Export Promotion Partner – Help increase export awareness among your customers or members and jointly cooperate and coordinate export promotion activities.
  • Create Your Own- We’re interested in your ideas on how we can work together to increase exports from the U.S. Submit your idea to us at partners@trade.gov.