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

Contact Us – Trade Information Center

Important Contacts:

Questions on tariffs/taxes/duties for shipments going overseas: Please contact your freight forwarder/service provider/courier service
Questions on imports into the United States: U.S. Customs at 1 877 227 5511
Questions on export license requirements: Bureau of Industry and Security at 202 482 4811
Questions on HS/Schedule B numbers: Census Bureau, Foreign Trade Division at 1 800 549 0595, option #2

Export Counseling

To receive answers to your exporting questions on:

  • Country-specific Export Information
  • Region-specific Export Information (Middle East, China, Latin America, EU, etc.)
  • International Documentation, Regulations and Standards
  • Free Trade Agreements (qualifying products for FTA benefits, Certificates of origin)
  • Trade Data
  • Export-related information offered by federal, state and local entities
  • Export-related information related to other USG agencies

Please send us an e-mail with the specifics of your request: tic@trade.gov.

Request In-Depth Exporting Advice and International Business Solutions

Contact a U.S. Export Assistance Center near you to:

  • Assess the market potential of your products/services
  • Develop and implement a market entry/expansion strategy
  • Identify and evaluate potential international business partners

Provide Website Feedback and Assistance

We’d love to hear about your experience using our website! Also, if you have problems with this website or find any dead links, please: Submit your feedback.