cid6.dmz.fedex.com Open in urlscan Pro
199.81.214.180  Public Scan

Submitted URL: https://cid6.dmz.fedex.com/
Effective URL: https://cid6.dmz.fedex.com/LandingPage.jsf
Submission: On October 19 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 4 forms found in the DOM

POST #

<form class="fxg-form" method="POST" onsubmit="return false" action="#" id="fxg-search-header" autocomplete="off" style="display: flex; flex-direction: row; width: 100%;">
  <input placeholder="Search" type="text" id="search" class="fdx-sjson-c-nav__main__right-overlay__main__input js-searchfield">
  <input type="hidden" id="fxg-track-url">
  <input type="hidden" id="fxg-search-url">
  <input type="hidden" id="fxg-search-coveoSearchHub" name="coveoSearchHub" value="fedex-searchhub">
  <input type="hidden" id="fxg-search-coveoSearchApiKey" name="coveoSearchApiKey" value="xxdda52288-96a4-4054-a875-efaf8fb81ce5">
  <input type="hidden" id="fxg-search-coveoSuggestionsApiUrl" name="coveoSuggestionsApiUrl" value="https://platform.cloud.coveo.com/rest/search/v2/querySuggest">
  <input type="hidden" id="fxg-search-coveoAnalyticsApiUrl" name="coveoAnalyticsApiUrl" value="https://analytics.cloud.coveo.com/rest/ua/v15/analytics/search">
  <ul class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete fxg-search-results">
    <li class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete__item">
      <h3 class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete__item__title">Top Searched </h3>
      <ul class="fdx-sjson-c-search-results">
        <li class="fdx-sjson-c-search-results__row"><a href="#"></a></li>
      </ul>
    </li>
  </ul>
  <button aria-label="Search Tracking number" class="fdx-sjson-c-nav__main__right-overlay__main__btn js-search-btn" id="js-search-button">
    <svg class="fdx-sjson-c-icon" aria-hidden="true" role="presentation" focusable="false">
      <use xlink:href="#loupe"></use>
    </svg>
  </button>
</form>

POST #

<form method="POST" action="#" class="fxg-form" id="HeaderTrackingModule">
  <div class="fdx-sjson-c-form-group fdx-sjson-c-form-group--float-label fdx-sjson-u-pb--3">
    <div class="fdx-sjson-c-form-group__item">
      <input type="text" class="fdx-sjson-c-form-group__input" id="trackingModuleTrackingNum" name="trackingNumber" value="" aria-describedby="alertID" data-errmsg="Please enter at least one tracking number.">
      <input type="hidden" id="dataAnalyticsTrackModule" value="hdr|Tracking|button|Track">
      <input type="hidden" id="trackURL" value="">
      <label class="fdx-sjson-c-form-group__label fdx-sjson-c-form-group__label--dark" for="trackingModuleTrackingNum"> Tracking ID </label>
    </div>
  </div>
  <button aria-label="Click here to track your package" data-analytics="hdr|Tracking|button|Track" class="fdx-sjson-c-button fdx-sjson-c-button--primary fdx-sjson-c-button--full-width"> TRACK </button>
</form>

POST #

<form class="fxg-form" method="POST" onsubmit="return false" action="#" id="fxg-search-header" autocomplete="off" style="display: flex; flex-direction: row; width: 100%;">
  <input placeholder="Search" type="text" id="search" class="fdx-sjson-c-nav__main__right-overlay__main__input js-searchfield">
  <input type="hidden" id="fxg-track-url">
  <input type="hidden" id="fxg-search-url">
  <input type="hidden" id="fxg-search-coveoSearchHub" name="coveoSearchHub" value="fedex-searchhub">
  <input type="hidden" id="fxg-search-coveoSearchApiKey" name="coveoSearchApiKey" value="xxdda52288-96a4-4054-a875-efaf8fb81ce5">
  <input type="hidden" id="fxg-search-coveoSuggestionsApiUrl" name="coveoSuggestionsApiUrl" value="https://platform.cloud.coveo.com/rest/search/v2/querySuggest">
  <input type="hidden" id="fxg-search-coveoAnalyticsApiUrl" name="coveoAnalyticsApiUrl" value="https://analytics.cloud.coveo.com/rest/ua/v15/analytics/search">
  <ul class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete fxg-search-results">
    <li class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete__item">
      <h3 class="fdx-sjson-c-nav__main__right-overlay__main__autocomplete__item__title">Top Searched </h3>
      <ul class="fdx-sjson-c-search-results">
        <li class="fdx-sjson-c-search-results__row"><a href="#"></a></li>
      </ul>
    </li>
  </ul>
  <button aria-label="Search Tracking number" class="fdx-sjson-c-nav__main__right-overlay__main__btn js-search-btn" id="js-search-button">
    <svg class="fdx-sjson-c-icon" aria-hidden="true" role="presentation" focusable="false">
      <use xlink:href="#loupe"></use>
    </svg>
  </button>
</form>

Name: bodyview:landingPageFormPOST /LandingPage.jsf;jsessionid=7dJISIbMqVB41uxFa9N428w-R7EQzkNk4tnF-BX5sZuC5fKTaN6h!-934214953

<form id="bodyview:landingPageForm" name="bodyview:landingPageForm" method="post" action="/LandingPage.jsf;jsessionid=7dJISIbMqVB41uxFa9N428w-R7EQzkNk4tnF-BX5sZuC5fKTaN6h!-934214953" enctype="application/x-www-form-urlencoded" target="">
  <div class="dualCols">
    <script type="text/javascript">
      <!--
      function oamSetHiddenInput(formname, name, value) {
        var form = document.forms[formname];
        if (typeof form.elements[name] == 'undefined') {
          var newInput = document.createElement('input');
          newInput.setAttribute('type', 'hidden');
          newInput.setAttribute('name', name);
          newInput.setAttribute('value', value);
          form.appendChild(newInput);
        } else {
          form.elements[name].value = value;
        }
      }

      function oamClearHiddenInput(formname, name, value) {
        var form = document.forms[formname];
        if (typeof form.elements[name] != 'undefined') {
          form.elements[name].value = null;
        }
      }

      function oamSubmitForm(formName, linkId, target, params) {
        var clearFn = 'clearFormHiddenParams_' + formName.replace(/-/g, '\$:').replace(/:/g, '_');
        if (typeof eval('window.' + clearFn) != 'undefined') {
          eval('window.' + clearFn + '(formName)');
        }
        var oldTarget = '';
        if ((typeof target != 'undefined') && target != null) {
          oldTarget = document.forms[formName].target;
          document.forms[formName].target = target;
        }
        if ((typeof params != 'undefined') && params != null) {
          for (var i = 0; i < params.length; i++) {
            oamSetHiddenInput(formName, params[i][0], params[i][1]);
          }
        }
        oamSetHiddenInput(formName, formName + ':' + '_idcl', linkId);
        if (document.forms[formName].onsubmit) {
          var result = document.forms[formName].onsubmit();
          if ((typeof result == 'undefined') || result) {
            document.forms[formName].submit();
          }
        } else {
          document.forms[formName].submit();
        }
        if (oldTarget == null) oldTarget = '';
        document.forms[formName].target = oldTarget;
        if ((typeof params != 'undefined') && params != null) {
          for (var i = 0; i < params.length; i++) {
            oamClearHiddenInput(formName, params[i][0], params[i][1]);
          }
        }
        oamClearHiddenInput(formName, formName + ':' + '_idcl', linkId);
        return false;
      }
      //
      -->
    </script>
    <a href="#" onclick="return oamSubmitForm('bodyview:landingPageForm','bodyview:landingPageForm:requestAnChargeAccountButton');" id="bodyview:landingPageForm:requestAnChargeAccountButton" class="purpleButton">Request a new FedEx Office invoiced/<br>charge account or make updates to your<br>existing invoiced/charge account</a>
  </div>
  <div class="dualColsRight">
    <a href="#" onclick="return oamSubmitForm('bodyview:landingPageForm','bodyview:landingPageForm:requestADiscountAccountButton');" id="bodyview:landingPageForm:requestADiscountAccountButton" class="purpleNdcButton">Request a new FedEx Office account<br>number eligible for use with various<br>forms of payment</a>
  </div>
  <input type="hidden" name="bodyview:landingPageForm_SUBMIT" value="1"><input type="hidden" name="bodyview:landingPageForm:_idcl" value=""><input type="hidden" name="bodyview:landingPageForm:_link_hidden_" value="">
  <script type="text/javascript">
    <!--
    function clear_bodyview_3AlandingPageForm() {
      clearFormHiddenParams_bodyview_landingPageForm('bodyview:landingPageForm');
    }

    function clearFormHiddenParams_bodyview_landingPageForm(currFormName) {
      var f = document.forms['bodyview:landingPageForm'];
      f.elements['bodyview:landingPageForm:_idcl'].value = '';
      f.elements['bodyview:landingPageForm:_link_hidden_'].value = '';
      f.target = '';
    }
    clearFormHiddenParams_bodyview_landingPageForm();
    //
    -->
  </script><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="8EgC7hvJoXWgMHaUZxk5rx66APlnNueyP32ajDxbvc/i5akMf2jX5YEhA6kmCxtbz9ZoKL1yYMyEJAkwyPA1TMy30E4eGlJu">
</form>

Text Content

Fedex Home


 * TOP SEARCHED
   
   * 

 * Shipping
   * Create a Shipment
   * Create a Shipment
   * Shipping Rates & Delivery Times
   * Schedule & Manage Pickups
   * Packing & Shipping Supplies
   * International Shipping Guide
   * Freight
   * ALL SHIPPING SERVICES
 * Tracking
   * Tracking ID
     TRACK
   * Advanced Shipment Tracking
   * Manage Your Delivery
   * Manage a Return
   * ALL TRACKING SERVICES
 * Design & Print
   * Explore Print, Products & Design
   * Browse Services
   * VISIT NEW MARKETPLACE
 * Locations
   * Drop Off a Package
   * Find a Location
 * Support
   * Small Business Center
   * FedEx Service Guide
   * Account Management Tools
   * Frequently Asked Questions
   * File a Claim
   * Billing & Invoicing
   * Customer Support

   
 * Sign Up or Log In
   * SIGN UP / LOG IN
   * My profile
   * Administrative tools
   * Email preferences
   * Address book
   * View & pay bill
   * Reporting
   
   * Open an account to save 30% off FedEx Express®, access time-saving tools,
     and more!
 * 


 * TOP SEARCHED
   
   * 


GET STARTED WITH FEDEX OFFICE


REQUEST A FEDEX OFFICE ACCOUNT TODAY

Benefits of a FedEx Office account:

 * No annual or monthly fees.
 * Opportunity for preferred pricing.
 * Visibility and control of work produced when your FedEx Office account number
   is provided at time of payment.
 * Access to exclusive account holder offers.



Request a new FedEx Office invoiced/
charge account or make updates to your
existing invoiced/charge account
Request a new FedEx Office account
number eligible for use with various
forms of payment



 



Under this option you are requesting a commercial charge account* from FedEx
Office which ensures:

 * Consistent form of payment for all account users.
 * Opportunity for preferred pricing.
 * Ability to track spend.
 * Monthly invoicing.
 * Tax exempt reporting.

Subject to approval based on creditworthiness.

Under this option you are requesting a FedEx Office account number which
ensures:

 * Various forms of payment can be used in conjunction with account number.
 * Opportunity for preferred pricing.
 * Ability to track spend.
 * Tax exempt reporting.



 



ALREADY HAVE AN ACCOUNT?

Present your number at the counter during your next visit to a FedEx Office
location.

Conveniently print directly from your desk to any FedEx Office with FedEx Office
SM Print Online.

For more information about your FedEx Office account call 1.800.488.3705 or
email to ams.accountmaintenance@office.fedex.com

 



OUR COMPANY

 * About FedEx
 * Our Portfolio
 * Investor Relations
 * Careers

 * FedEx Blog
 * Corporate Responsibility
 * Newsroom
 * Contact Us


   MORE FROM FEDEX

 * FedEx Compatible
 * FedEx Developer Portal
 * FedEx Logistics
 * ShopRunner


   LANGUAGE

 * United States




   FOLLOW FEDEX

 * email
 * facebook
 * twitter
 * instagram
 * linkedin
 * youtube
 * pinterest


© FEDEX 1995-2023

 * Site Map
 * Terms of Use
 * Privacy & Security