www.supplyworks.com Open in urlscan Pro
104.89.38.218  Public Scan

Submitted URL: http://click.hdprosupply.com/?qs=009b8af156196f6307de1a42500648eab67eff9dbaf581013f82ddce2069d20a59f2e2182be7c931d334c420ecf2...
Effective URL: https://www.supplyworks.com/Search/SAFETY-PRODUCTS/FIRE-GAS-WATER-PROTECTION/SAFETY-DETECTION-DEVICES?n=0Zgt&cid=em21_pr_Wil...
Submission: On July 22 via api from US — Scanned from DE

Form analysis 10 forms found in the DOM

POST https://www.supplyworks.com/Security/Login?returnUrl=%2FSearch%2FSAFETY-PRODUCTS%2FFIRE-GAS-WATER-PROTECTION%2FSAFETY-DETECTION-DEVICES%3Fn%3D0Zgt%26cid%3Dem21_pr_WildFirePrep_ins_0622-T1_SmokeAlarmsImage1%26mi_u%3Damanda.larson%40paccar.com%26j%3D515806%26sfmc_sub%3D236725834%26l%3D57_HTML%26u%3D16675664%26mid%3D10971379%26jb%3D90%26utm_source%3Dsfmc%26utm_medium%3Demail%26utm_campaign%3DPR_WildFirePrep_INS_0622-T1%26utm_term%3DSmokeAlarmsImage1%26utm_id%3D515806%26sfmc_id%3D236725834

<form id="headerLoginForm"
  action="https://www.supplyworks.com/Security/Login?returnUrl=%2FSearch%2FSAFETY-PRODUCTS%2FFIRE-GAS-WATER-PROTECTION%2FSAFETY-DETECTION-DEVICES%3Fn%3D0Zgt%26cid%3Dem21_pr_WildFirePrep_ins_0622-T1_SmokeAlarmsImage1%26mi_u%3Damanda.larson%40paccar.com%26j%3D515806%26sfmc_sub%3D236725834%26l%3D57_HTML%26u%3D16675664%26mid%3D10971379%26jb%3D90%26utm_source%3Dsfmc%26utm_medium%3Demail%26utm_campaign%3DPR_WildFirePrep_INS_0622-T1%26utm_term%3DSmokeAlarmsImage1%26utm_id%3D515806%26sfmc_id%3D236725834"
  method="POST">
  <i id="closeCaptchaPanel" class="fa fa-times pointer hide-it hide-it-wilmar" aria-hidden="true"></i>
  <span class="login-inputs">
    <input name="UserName" id="UserName" type="text" placeholder="Email address" class="login-field" style="height:28px;">
    <input name="Password" id="Password" type="password" placeholder="Password" class="login-field" style="height:28px;">
  </span>
  <input id="login-box-submit-button" type="submit" value="Log In" class="header-password brand-button-large pure-button"><span class="forgot-password-link"><a href="/ForgotPassword">Forgot password?</a></span>
  <script>
    var reCaptchaEnabled = false;
    var formCanSubmit = reCaptchaEnabled ? false : true;
    var reCaptchaLoadedLoginBox = function() {
      //console.log('reCaptchaLoadedLoginBox - reCaptchaEnabled = ' + reCaptchaEnabled);
      if (reCaptchaEnabled == true) {
        grecaptcha.render('recaptcha-div-login-box', {
          'sitekey': '',
          'callback': 'reCaptchaSuccessLoginBox',
          'expired-callback': 'reCaptchaExpiredLoginBox'
        });
      };
      //$('#login-box-submit-button').attr("disabled", true);
    };
    var reCaptchaSuccessLoginBox = function() {
      formCanSubmit = true;
      $('#reCaptcha-required-msg').hide();
      //$('#login-box-submit-button').removeAttr("disabled");
    };
    var reCaptchaExpiredLoginBox = function() {
      formCanSubmit = false;
      $('#reCaptcha-required-msg').show();
      //$('#login-box-submit-button').attr("disabled", true);
    };
    var toggleReCaptchaBox = function() {
      if (reCaptchaEnabled) {
        $("#headerLoginForm").addClass("captcha-present");
        $("i#closeCaptchaPanel").removeClass("hide-it hide-it-wilmar");
        $("#headerLoginForm #recaptcha-div-container").removeClass("hide-it-wilmar");
      };
    };
    // TODO - refactor this jquery code so it's all in a single function
    $("#login-box-submit-button").click(function() {
      if (formCanSubmit) {
        $('#headerLoginForm').submit();
      } else {
        toggleReCaptchaBox();
      };
    });
    $("#UserName").mousedown(function() {
      toggleReCaptchaBox();
    });
    $("#Password").mousedown(function() {
      toggleReCaptchaBox();
    });
    $("i#closeCaptchaPanel").click(function() {
      $("#headerLoginForm").removeClass("captcha-present");
      $("i#closeCaptchaPanel").addClass("hide-it hide-it-wilmar");
      $("#headerLoginForm #recaptcha-div-container").addClass("hide-it-wilmar");
    });
  </script>
</form>

GET /Search2

<form id="searchBarForm" method="get" action="/Search2">
  <div class="search_container_item">
    <input type="hidden" name="searchBarParams.PreviouslySubmittedKeywords">
    <div class="search_container_item_in">
      <input autocomplete="off" id="searchBarParams_Keywords" name="searchBarParams.Keywords" size="20" type="text" value="" class="watermark">
      <div id="AutoCompleteDropDownContainer"></div>
    </div>
    <button type="submit" name="btn" id="btn" value="Find" class="brand-button-large NewSearchBTN">
      <i class="fa fa-2x fa-search fa-flip-horizontal" aria-hidden="true"></i>
    </button>
  </div>
  <div class="margin-top-quarter-em margin-left-1em searchBarParams_FilterByCustomizedProductOffering_container" style="min-height: 20px;">
    <div class="inline-block margin-right-1em searchBarParams_FilterByCustomizedProductOffering_checkbox">
      <label for="searchBarParams_FilterByOrderedPreviously" class="checkmark-wrap"> Show Only Items Ordered Previously <input data-analyticsid="PrevOrdedSearchCheckbox" id="searchBarParams_FilterByOrderedPreviously"
          name="searchBarParams.FilterByOrderedPreviously" onchange="PreviousOrderCheckBox();" type="checkbox" value="true"><input name="searchBarParams.FilterByOrderedPreviously" type="hidden" value="false">
        <span class="checkmark"></span>
      </label>
    </div>
  </div>
  <div id="ShowPreviousOrderModal" style="display: none;">
    <p class="margin-top-1em">The <i>Show Only Items Ordered Previously</i> filter helps find your past purchases fast! Please Log In to use this helpful feature.</p>
    <div id="btnLogInClick" class="margin-top-half-em margin-bottom-2em">
      <input id="LogInCreate" type="submit" value="Log In" class="thd-button secondary" runat="server">
    </div>
    <p><b>Don't have an account?</b></p>
    <p>I'm not a current Home Depot Pro customer, but I am ready to buy today.</p>
    <div id="btnCreateAccount" class="margin-top-half-em margin-bottom-2em">
      <input id="AccountCreate" type="submit" value="Create Account" class="thd-button secondary" runat="server">
    </div>
    <p class="top-border-light bottom-border-light margin-bottom-2em padding-1em text-center">If you need assistance, please call Customer Service at 1-866-412-6726.</p>
    <div id="btnClose" class="text-right">
      <input id="close" type="submit" value="Close" class="thd-button tertiary" runat="server">
    </div>
  </div>
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="QDez184138B7EZfSV12SiMbsWJYXmH7X-qKoY-N6bno9jq3Q2neZyIdN8UMJ9C-9vF9buPuxpT3pHVPLGOlA8vRZF741" tabindex="0">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="0Z50Ng5dZv1jMNw2LCJEB4VWAqpAUmsVv6hUNGWxVzCohEqbChdUHZqdlaDc9aaGrKWytP9f2791YUddASUaTCaluWk1" tabindex="0">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="CdYJUY-Ckk145xuEjFXvNqV67918fB-GluQIdZ0M58exDI3-Pi2RbQlsy14e_mG3rgsA4426hOe1TMJ--5duW3AOLT01" tabindex="0">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="ImgrNKJS8RaqoSYzZI-louXVXfXcW8CBSQN83vIzcU1vk-LoFzreEwUjZpNxlO5qj8IUD0vSY6pC6WkxeaHTUINcyRU1" tabindex="0">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="62t09fre_IdcnMWzGnLTQ1NZGtANjQfBS6HxgXz91iGrrWo7aPtBpNWKJWhcNYG19ZZcmm_MK4Y5lr6Hhgv5juHhp4s1" tabindex="0">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="Fx9Iysx_zl8B6hIG0W0O18wt85q2AAcP0KrPajSrFahZBMUKDVi8AUA3xr_tFjxiNppTL-l__Z55nns_m-DwwwRvCAI1" tabindex="-1">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="aboroD9j5P2VeLye3OBoLK5z6uMDuwxf_ccPoj2niFyyZCZraLWSdcaWSYCo_Qv9RA-XONtkT0NZmBcQahmptjEsF6g1" tabindex="-1">
</form>

POST #

<form id="__AjaxAntiForgeryForm" action="#" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="uD9wOG0mNa-xH7OAMHkms_-u29BSYIynqz2kMMh1ie_KMo63YNhPLbgjOU9b0shGQEr_p55nsYxI4RkqZ1MlUtjHgYY1" tabindex="-1">
</form>

Text Content

 * Need Help?
 * | 1-866-412-6726
   
 * Become A Customer
 * Forgot password?

Show Only Items Ordered Previously

The Show Only Items Ordered Previously filter helps find your past purchases
fast! Please Log In to use this helpful feature.



Don't have an account?

I'm not a current Home Depot Pro customer, but I am ready to buy today.



If you need assistance, please call Customer Service at 1-866-412-6726.


My Account
(0)
 *  *  * ADHESIVES, SEALANTS & PATCHING
       * APPLIANCES
       * CABINETS, COUNTERTOPS & VANITIES
       * CLEANING & JANITORIAL
       * DOORS & WINDOWS
       * ELECTRICAL
       * FLOORING & CEILING
       * FOOD SERVICE
       * GAS PRODUCTS
       * GROUNDS & POOL SUPPLIES
       * HARDWARE
       * HOSPITALITY
       * HVAC
       * LIGHTING
       * OFFICE SUPPLIES
       * PAINT SUPPLIES
       * PLUMBING
       * SAFETY PRODUCTS
       * SECURITY
       * SHIPPING, MOVING & STORAGE
       * TOOLS
      
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
       * 
      
      
      
    * 

 * Resources
 * ePublications
 * ProPurchase
 * Clearance

   
 * Favorites Lists
 * Web Tools
    * Bin Labels
    * Bulk Quick Add
    * Catalog Request
    * Custom Catalog
    * Reports

 * Orders & Quotes
    * Order History
    * Invoice History
    * Credit History
    * Track My Orders
    * My Quotes
    * Special Orders



 * Home
 * 
 * SAFETY PRODUCTS
 * 
 * FIRE, GAS & WATER PROTECTION
 * 
 * SAFETY DETECTION DEVICES


SAFETY DETECTION DEVICES

Category
ALARM ACTIVATORS
CO DETECTORS
COMBINATION DETECTORS
FIRE ALARMS & ACCESSORIES
HEAT DETECTORS
SMOKE DETECTORS
WATER DETECTORS



SAFETY DETECTION DEVICES CATEGORIES

alarm activators

co detectors

combination detectors

fire alarms & accessories

heat detectors

smoke detectors

water detectors




TOP SELLERS

First Alert Hardwired Interconnected Smoke and CO Alarm with Battery Backup

Item #: 810775

$53.43 each

Qty:
Units: Each

Add to Cart



BRK Brands 120-Volt Hardwire, Ionization Sensor Smoke Alarm Detector Perfect
Mount with Battery Backup

Item #: 392316

$21.00 each

Qty:
Units: Each

Add to Cart



Kidde Firex Smoke Detector, Hardwired with Battery Backup & Front-Load Battery
Door, Smoke Alarm

Item #: 604005

$24.02 each

Qty:
Units: Each

Add to Cart



Sentinel Sentinel Hardwired Smoke Detector with 9-Volt Battery Backup, Adapters,
Ionization Sensor and Test/Hush Button

Item #: 129417

$13.99 each

Qty:
Units: Each

Add to Cart



FireX Hardwire Smoke and Carbon Monoxide Combination Detector with AA Battery
Backup, Voice Alarm, and Ionization Sensor

Item #: 392399

$57.36 each

Qty:
Units: Each

Add to Cart



Gentex Hardwired Interconnected Photoelectric Smoke Alarm with Dualink, Battery
Backup and Relay Contacts

Item #: 202934240

$61.87 each

Qty:
Units: Each

Add to Cart



Kidde Firex Hardwired Smoke Detector with Ionization Sensor, 9-Volt Battery
Backup, and 2-Button Test/Hush

Item #: 604027

$21.17 each

Qty:
Units: Each

Add to Cart



Sentinel Battery Operated Carbon Monoxide Detector

Item #: 129419

$27.31 each

Qty:
Units: Each

Add to Cart







CATEGORIES

Adhesives, Sealants & Patching

Appliances

Cabinets, Countertops & Vanities

Cleaning & Janitorial

Doors & Windows

Electrical

Flooring & Ceiling

Food Service

Gas Products

Grounds & Pool Supplies

Hardware

Hospitality

Hvac

Lighting

Office Supplies

Paint Supplies

Plumbing

Safety Products

Security

Shipping, Moving & Storage

Tools

MY ACCOUNT

Log In / Sign Up

My Account

Forgot Password

ORDERS/QUOTES

Previous Orders

Invoices

Credits

My Quotes

Track My Order

WEB TOOLS

Custom Catalog

Print Bin Labels

Favorites Lists

Budgeting

Order Approval Workflow

Customized Product Offering

REPORTS

Industry Best Sellers

My Top Products

Usage Reporting

Green Reporting

Budget Reports

BUSINESS SOLUTIONS

StockWise Inventory Solutions

ONLINE ADVANTAGES/HELP

Shopping Tools and Features

Website Icon Reference

Help Center

Frequently Asked Questions

Browser Requirements

Website Tutorials

CUSTOMER SERVICE

Contact Us

Returns

Special Orders Inquiry/Request

Special Order Instructions

StockWise Inventory Solutions

Catalog Request

Product Recalls

COMPANY INFO

About Us

Contact Information

Privacy and Security Statement

Do Not Sell My Personal Information

Website Terms and Conditions

Terms and Conditions of Credit

Terms of Sale

California Supply Chain Act

Credit Application

Can't find what you're looking for?
Please call us:

1-866-412-6726

HELP CONTACT FAQ FEEDBACK

FOLLOW HOME DEPOT PRO ON...



GET THE HOME DEPOT PRO APP TODAY!



© 2010 - 2022. HDS IP Holding, LLC. All Rights Reserved. HD Supply® and the HD
Supply logo are trademarks of HDS IP Holding, LLC. The Home Depot Pro® and the
Home Depot Pro logo are trademarks of Home Depot Product Authority, LLC and are
used by HD Supply under license.


 



CloseLog In
 

Close


BECOME A CUSTOMER

Enroll today and take control of where your business will be tomorrow with Home
Depot Pro. We are ready to become your one-source solution.

Create a New Home Depot Pro Account




ALREADY A CUSTOMER?

One-source solutions are available to existing Home Depot Pro customers. Call
1-866-412-6726 or email us to set your web login up for your existing account.




CUSTOMER CREDIT AVAILABLE

Accelerate your business's options and take it the next level when you open a
credit line with Home Depot Pro. Download our credit application to apply.




ONLINE HELP CENTER

Get the professional answers you deserve. Our digital help center is here to
help you navigate Home Depot Pro's one-source solutions and get the job done
right.

Contact Us  Privacy and Security Statement