www.stauffersafety.com Open in urlscan Pro
35.171.108.221  Public Scan

URL: https://www.stauffersafety.com/
Submission: On May 02 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="ng-pristine ng-valid">
  <div class="search-box">
    <span tabindex="-1" role="presentation" class="k-widget k-autocomplete k-header isc-searchAutoComplete isc-searchAutoComplete-header tst_header_searchInput ng-pristine ng-valid k-state-default ng-empty ng-touched" style=""><input
        ng-model="vm.criteria" type="text" class="isc-searchAutoComplete isc-searchAutoComplete-header tst_header_searchInput ng-pristine ng-valid k-input ng-empty ng-touched" ng-init="vm.autocompleteOptions.placeholder = 'Enter keyword or item #';
                            vm.translations = [
                                {key: 'category', text: 'Categories'},
                                {key: 'content', text: 'Content'},
                                {key: 'product', text: 'Products'},
                                {key: 'brand', text: 'Brands'},
                                {key: 'manufacturerItemNumber', text: 'MFG #'},
                                {key: 'partNumber', text: 'Part #'},
                                {key: 'CustomerNumber', text: 'Customer Part #'},
                                {key: 'StaufferNumber', text: 'Stauffer #'},
                                {key: 'ManufacturerNumber', text: 'Manufacturer #'}]" kendo-auto-complete="" k-options="vm.autocompleteOptions" isc-enter="vm.onEnter()" name="criteria" ng-blur="vm.startAutocomplete()"
        ng-click="vm.onAutocompleteClick($event)" data-role="autocomplete" placeholder="Enter keyword or item #" autocomplete="off" role="textbox" aria-haspopup="true" aria-disabled="false" aria-readonly="false" aria-autocomplete="list" aria-owns=""
        style="width: 100%;"><span class="k-icon k-loading" style="display:none"></span></span>
    <div class="lock"></div>
    <button class="btn primary fastClick icon icon-search" ng-click="vm.search()"></button>
  </div>
  <div class="search-history">
    <div class="search-history-label"><span>Search History</span></div>
    <div class="clear-search-history"><a href="javascript:void(0);" ng-click="vm.clearSearchHistory()">Clear Search History</a></div>
  </div>
</form>

Name: vm.changePasswordForm

<form id="changePasswordForm" name="vm.changePasswordForm" ng-submit="vm.changePassword(vm.changePasswordForm.$valid)" class="ng-pristine ng-valid-custom-validate-injector ng-invalid ng-invalid-is-required">
  <div class="modal-wrap md:col-5 sm:col-8 x:col-4 xs:col-10">
    <div class="modal-title">
      <h2>Change Password</h2>
    </div>
    <div class="modal-body">
      <!---->
      <div class="x:row x:items-center">
        <div class="x:col-12">
          <div class="xng-field  ng-empty ng-valid ng-pristine">
            <!----><span class="xng-field-info" ng-if="attr.label">
              <label for="_ChangePasswordInfo_UserName" ng-show="attr.label">
                <span>Username</span>
                <span ng-show="attr.showOptionalLabel" class="optional-label x:ml-xs ng-hide">Optional</span>
              </label>
              <!---->
            </span><!---->
            <div class="input">
              <div class="x:row x:no-wrap x:col-12">
                <input id="_ChangePasswordInfo_UserName" name="ChangePasswordInfo.UserName" placeholder="" inject="" type="text" xng-validate="{isRequired: true}" ng-model="vm.userName"
                  class="ng-pristine ng-untouched ng-empty ng-valid-custom-validate-injector ng-invalid ng-invalid-is-required">
                <!---->
              </div>
              <span class="xng-error-border"></span>
            </div>
            <span class="field-validation-message ng-hide"
              ng-show="(form.$submitted || (attr.ifeedback &amp;&amp; form[attr.name || attr.id].$dirty)) &amp;&amp; (attr.error || $parent.$validate[attr.$validateAs] || $parent.$validate[attr.name || modelVar])"> required </span>
          </div>
          <div class="xng-field  ng-empty ng-valid ng-pristine">
            <!----><span class="xng-field-info" ng-if="attr.label">
              <label for="_ChangePasswordInfo_Password" ng-show="attr.label">
                <span>Current Password</span>
                <span ng-show="attr.showOptionalLabel" class="optional-label x:ml-xs ng-hide">Optional</span>
              </label>
              <!---->
            </span><!---->
            <div class="input">
              <div class="x:row x:no-wrap x:col-12">
                <input id="_ChangePasswordInfo_Password" name="ChangePasswordInfo.Password" placeholder="" inject="" type="password" xng-validate="{isRequired: true}" ng-model="vm.password"
                  class="ng-pristine ng-untouched ng-empty ng-valid-custom-validate-injector ng-invalid ng-invalid-is-required">
                <!---->
              </div>
              <span class="xng-error-border"></span>
            </div>
            <span class="field-validation-message ng-hide"
              ng-show="(form.$submitted || (attr.ifeedback &amp;&amp; form[attr.name || attr.id].$dirty)) &amp;&amp; (attr.error || $parent.$validate[attr.$validateAs] || $parent.$validate[attr.name || modelVar])"> required </span>
          </div>
          <div class="xng-field  ng-empty ng-valid ng-pristine">
            <!----><span class="xng-field-info" ng-if="attr.label">
              <label for="_ChangePasswordInfo_NewPassword" ng-show="attr.label">
                <span>New Password</span>
                <span ng-show="attr.showOptionalLabel" class="optional-label x:ml-xs ng-hide">Optional</span>
              </label>
              <!---->
            </span><!---->
            <div class="input">
              <div class="x:row x:no-wrap x:col-12">
                <input id="_ChangePasswordInfo_NewPassword" name="ChangePasswordInfo.NewPassword" placeholder="" inject="" type="password" xng-validate="{isRequired: true, maxLength:75, minLength: vm.passwordMinimumLength}" xng-password-input=""
                  ng-model="vm.newPassword" class="ng-pristine ng-untouched ng-empty ng-valid-custom-validate-injector ng-invalid ng-invalid-is-required" data-tippy="">
                <!---->
              </div>
              <span class="xng-error-border"></span>
            </div>
            <span class="field-validation-message ng-hide"
              ng-show="(form.$submitted || (attr.ifeedback &amp;&amp; form[attr.name || attr.id].$dirty)) &amp;&amp; (attr.error || $parent.$validate[attr.$validateAs] || $parent.$validate[attr.name || modelVar])"> required </span>
          </div>
          <div class="xng-field  ng-empty ng-valid ng-pristine">
            <!----><span class="xng-field-info" ng-if="attr.label">
              <label for="_ChangePasswordInfo_ConfirmPassword" ng-show="attr.label">
                <span>Confirm Password</span>
                <span ng-show="attr.showOptionalLabel" class="optional-label x:ml-xs ng-hide">Optional</span>
              </label>
              <!---->
            </span><!---->
            <div class="input">
              <div class="x:row x:no-wrap x:col-12">
                <input id="_ChangePasswordInfo_ConfirmPassword" name="ChangePasswordInfo.ConfirmPassword" placeholder="" inject="" type="password" xng-validate="{isRequired: true, equalTo:[vm.newPassword, 'Should be equal to New Password']}"
                  ng-model="vm.confirmPassword" class="ng-pristine ng-untouched ng-empty ng-valid-custom-validate-injector ng-invalid ng-invalid-is-required">
                <!---->
              </div>
              <span class="xng-error-border"></span>
            </div>
            <span class="field-validation-message ng-hide"
              ng-show="(form.$submitted || (attr.ifeedback &amp;&amp; form[attr.name || attr.id].$dirty)) &amp;&amp; (attr.error || $parent.$validate[attr.$validateAs] || $parent.$validate[attr.name || modelVar])"> required </span>
          </div>
        </div>
        <!---->
      </div>
    </div>
    <div class="modal-actions">
      <div class="btns x:ma-none">
        <button type="submit" class="button primary">Change Password</button>
      </div>
    </div>
    <a class="close-reveal-modal">×</a>
  </div>
</form>

/Email/SubscribeToList

<form id="emailSubscriptionForm998" action="/Email/SubscribeToList" novalidate="novalidate" class="ng-pristine ng-valid">
  <h2 class="text-normal"><span class="text-brand-01">SUBSCRIBE</span> TO OUR NEWSLETTER</h2>
  <label for="emailAddress998" class="x:col-12">Email Address</label>
  <div class="x:row xs:wrap x:no-wrap x:mb-xs xs:justify-center">
    <div class="x:col-8 xs:col-12">
      <input type="text" class="subscribe-box ng-pristine ng-untouched ng-valid ng-empty" name="EmailAddress" id="emailAddress998" placeholder="i.e. name@company.com" data-val-required="Email Address is required." data-val="true"
        data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-val-regex="Email Address is invalid." autocapitalize="off" ng-model="vm.email">
      <span data-valmsg-replace="true" data-valmsg-for="EmailAddress" class="field-validation-message"></span>
    </div>
    <button ng-show="!vm.submitted" class="button primary btn-subscribe xs:ml-none xs:mt-md x:ml-lg x:px-lg" type="submit" ng-click="vm.submit($event)">Subscribe</button>
  </div>
  <span ng-show="vm.submitted" class="successMessage ng-hide"></span>
</form>

Text Content

Now Hiring | Browse Available Positions

 * About Us
   * BACK
   * Our History
   * Safety Knowledge Center
   * Stauffer Blog
   * Locations
   * Careers
   * Security
   * Terms & Conditions
 * Solutions
   * BACK
   * Corporate Safety Accounts
   * PPE RFQ & Bids
   * Vending
   * Stauffer Brand
   * Stauffer Truck Fleet
   * E-Solutions
   * Rx Eyewear
   * Buy Now, Pay Later
 * Contact Us

Search History
Clear Search History
Quick Order
Sign In / Register
0
$0.00

   
 * Shop By Product
 * Brands
 * Industries
 * Safety Knowledge Center

 * About Us
   * BACK
   * Our History
   * Safety Knowledge Center
   * Stauffer Blog
   * Locations
   * Careers
   * Security
   * Terms & Conditions
 * Solutions
   * BACK
   * Corporate Safety Accounts
   * PPE RFQ & Bids
   * Vending
   * Stauffer Brand
   * Stauffer Truck Fleet
   * E-Solutions
   * Rx Eyewear
   * Buy Now, Pay Later
 * Contact Us


CHANGE PASSWORD

Username Optional

required
Current Password Optional

required
New Password Optional

required
Confirm Password Optional

required
Change Password
×




GREEN DISPOSABLE NITRILE

LEARN MORE


INVENTORY SOLUTIONS


FROM A SAFETY SUPPLIER


WITH EXPERIENCE.

   
LEARN MORE


GREEN DISPOSABLE NITRILE

LEARN MORE


INVENTORY SOLUTIONS


FROM A SAFETY SUPPLIER


WITH EXPERIENCE.

   
LEARN MORE


GREEN DISPOSABLE NITRILE

LEARN MORE


INVENTORY SOLUTIONS


FROM A SAFETY SUPPLIER


WITH EXPERIENCE.

   
LEARN MORE









SHOP NOW

Work Gloves
Disposable Gloves
COVID-19 Essentials
Respirators
Hearing Protection
Safety Eyewear
Fall Protection
Work Boots / Footwear
View All Categories


FEATURED PRODUCTS

   
 * Disposable Gloves - In Stock & Ready to Ship
   
 * Top Sellers - In Stock & Ready to Ship
   
 * Disposable Respirators - In Stock & Ready to Ship
   


DISPOSABLE GLOVES - IN STOCK & READY TO SHIP

Loading Products

   
 * Stauffer Glove & Safety 8005PFB/12 - Sense8x Blue Disposable Nitrile Exam
   Gloves, 8 mil, 12" Length
   5.0 star rating 4 Reviews
   
   
   
     /  
   $13.00 / Box
   87194 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 5055 - Lucent5&trade Gloves, Natural Disposable Latex
   Exam Gloves, 5 mil, 9.5" Length
     /  
   $8.00 / Dispenser
   11735 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 705PF/M - Sense5 Blue Disposable Nitrile Gloves, 5
   mil, 9.5" Length
   4.2 star rating 6 Reviews
   
   
   
     /  
   $9.25 / Dispenser
   157676 In Stock
   Choose Options
   
 * Stauffer Glove & Safety R400I - Defense Clear Powder-Free Disposable Vinyl
   Gloves
   5.0 star rating 1 Review
   
   
   
     /  
   $4.85 / Box
   51406 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 7035PFBK - Sense3 Black Disposable Nitrile Gloves,
   3-mil - Large
     /  
   $6.95 / Box
   3722 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 7005PFBK - Sense5 Black Disposable Nitrile Gloves, 5
   mil, 9.5" Length
   5.0 star rating 5 Reviews
   
   
   
     /  
   $9.75 / Box
   33316 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 7005PFO - Sense5 Orange Disposable Nitrile Gloves,
   Exam Grade, 5 mil, 9.5" Length - Large
     /  
   $10.00 / Box
   30114 In Stock
   Choose Options
   
 * Stauffer Glove & Safety 7005PFGE - Sense5 Green Disposable Nitrile Gloves,
   Biodegradable, 5 mil, 9.5" Length - Large
     /  
   From $13.50 / Box
   4663 In Stock
   Choose Options
   


TOP SELLERS - IN STOCK & READY TO SHIP

Loading Products


DISPOSABLE RESPIRATORS - IN STOCK & READY TO SHIP

Loading Products

Stauffer Glove & Safety provides the products and expertise that workers need to
stay safe. Family-owned since 1907, our legacy is driven by a responsibility to
protect and support others as though they are members of the Stauffer family.
Bringing over a century of safety experience to every relationship - customer,
supplier, and associate - we don't just supply safety, it's in our DNA






SHOP TOP BRANDS



View All Brands


PERSONALIZED PROMOTIONS

   
 * Top Selling - Cut Resistant
   
 * Head Protection
   


TOP SELLING - CUT RESISTANT

Loading Products

   
 * Stauffer Glove & Safety SL16B184T - Voodoo 16" Cut Resistant Sleeve with
   Thumbhole, 18 Gauge, ANSI Cut A4
   $9.00  / Pair
   1809 In Stock
   Add To Cart
   Add to List
   
 * Stauffer Glove & Safety CT134BNF - Stinger Cut Resistant Glove with Nitrile
   Foam Coating, Cut Level A4
     /  
   $7.99 / Pair
   21773 In Stock
   Choose Options
   
 * Stauffer Glove & Safety CT184BNF - Voodoo 18 Gauge, Nitrile Foam Coated
   Glove, Cut Level A4
     /  
   $8.99 / Pair
   6663 In Stock
   Choose Options
   


HEAD PROTECTION

Loading Products


TOP SELLERS

Stauffer Glove & Safety 75EJ - Leather Drivers Gloves, Split Leather Back, Wing
Thumb
Manufacturer #: 75EJ
  /  
$5.03 / Pair
35935 In Stock
Choose Options
Stauffer Glove & Safety WCG15RBP - FrostGuard Insulated Nylon Gloves with
ColdTech Grip
Manufacturer #: WCG15RBP
4.0 star rating 1 Review



  /  
From $5.46 / Pair
4090 In Stock
Choose Options
Stauffer Glove & Safety K10GBRCJ - Cotton/Polyester Glove with Blue Crinkle
Rubber Coating
Manufacturer #: K10GBRCJ
  /  
From $2.56 / Pair
18052 In Stock
Choose Options
Stauffer Glove & Safety 15J - Leather Palm Gloves with Safety Cuff, Split
Shoulder - Men's
Manufacturer #: 15J
4.0 star rating 1 Review



  /  
From $2.50 / Pair
13827 In Stock
Choose Options
Stauffer Glove & Safety MG1 - MG1 Mechanics Glove with Mesh Back and Reflective
Patch
Manufacturer #: MG1
  /  
From $9.48 / Pair
8884 In Stock
Choose Options
Stauffer Glove & Safety 7006PFBK/12 - Sense6x Black Disposable Nitrile Gloves, 6
mil, 12" Length
Manufacturer #: 7006PFBK/12
4.7 star rating 6 Reviews



  /  
From $14.00 / Box
3537 In Stock
Choose Options
3M 8210 - N95 Particulate Respirator - (Box of 20)
Manufacturer #: 8210
4.6 star rating 49 Reviews



$17.95  / Box
2383 In Stock
Add To Cart
Add to List
Stauffer Glove & Safety K85EJ - Leather Drivers Gloves with Keystone Thumb
Manufacturer #: K85EJ
5.0 star rating 2 Reviews



  /  
From $7.92 / Pair
8570 In Stock
Choose Options
Stauffer Glove & Safety 8005PFB/12 - Sense8x Blue Disposable Nitrile Exam
Gloves, 8 mil, 12" Length
Manufacturer #: 8005PFB/12
5.0 star rating 4 Reviews



  /  
$13.00 / Box
87194 In Stock
Choose Options
Stauffer Glove & Safety K15PGFNCJ - White Polyester Glove with Gray Nitrile Foam
Coating
Manufacturer #: K15PGFNCJ
  /  
$1.40 / Pair
75714 In Stock
Choose Options




SERVICES & SOLUTIONS




RECENTLY PURCHASED

Item Price Add to Cart

No quotes found.


SPOTLIGHT BRANDS

DuPont
DuPont provides industry leading protective options designed to keep you safe on
the job. Uparalleled protection from the neck down
BUY THE PRODUCT
X-TRASAFE CrewSafe Utility Knife
The X-TRASAFE Utility Knife was developed as a safe alternative to standard
utility knive blades. Environmentally friendly replaceable cartridges.
BUY THE PRODUCT
Lineman's Lotion
Protect the hands that do the job. Developed and formulated specifically for
working hands
BUY THE PRODUCT





SUBSCRIBE TO OUR NEWSLETTER

Email Address

Subscribe

Family-owned and operated for five generations, we remain focused on providing
the same individualized attention that we've provided our customers for more
than a century.

RESOURCES

Blog
Industries
E-Solutions
Vending Program
Services and Solutions
Safety Knowledge Center

COMPANY

Our History
Brands
Careers
Contact Us
Locations
Buy Now, Pay Later

STAY CONNECTED


Customer Support:
T: (215) 679-4446
Customer Service
Mon - Fri   8 am - 5 pm ET
sales@stauffersafety.com
 *  
 *  
 *  
 *  

© 2023 Stauffer Glove & Safety - All Rights Reserved
Terms & Conditions | Privacy Policy






PRODUCT OPTIONS

Add To Cart


Loading Products

×