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

Shipping Your Product Overseas

Handling and Determining Method of Shipping

Talk to your freight forwarder for their advice on whether you should ship by sea, air, rail or a combination? There are many considerations when selecting a method of shipping and specifying the handling of your shipment.

Learn about the Mandatory Screening of Cargo on Passenger Flights

Packing Your Products for Shipment

Exporters should keep four potential problems in mind when designing an export shipping crate: breakage, moisture, pilferage and excess weight. View these tips on product packaging for overseas transport.

Labeling

Learn how to correctly label your shipments to insure they get where they need to go.

Insuring Your Shipments

Damaging weather conditions, rough handling by carriers, and other common hazards to cargo make insurance an important protection for U.S. exporters

Shipping Agricultural Products

Learn how to ship your agricultural products and the documentation required by both the U.S. and the country of destination

Personal Shipments and Gifts

For some general considerations and useful links, visit our Personal Shipment FAQ page. For more information, contact your shipper for directions related to private shipments.