staufferglovesafety-stauffer.insitesofthosting.com Open in urlscan Pro
172.64.154.125  Public Scan

URL: https://staufferglovesafety-stauffer.insitesofthosting.com/
Submission: On June 27 via api 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

 * About Us
   * BACK
   * Our History
   * Safety Knowledge Center
   * Stauffer Blog
   * Locations
   * Careers
   * Security
   * Terms & Conditions
   * Accessibility
 * 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
   * Accessibility
 * 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
×




HI-VIZ TPR BACKED


CUT LEVEL A5


IMPACT RESISTANT GLOVE

LEARN MORE


AN EXCELLENT COMBINATION


OF COMFORT, DURABILITY,


AND COST EFFECTIVENESS.

   
LEARN MORE

LEARN MORE


STAUFFER


DISPOSABLE MASKS

BUY NOW


HI-VIZ TPR BACKED


CUT LEVEL A5


IMPACT RESISTANT GLOVE

LEARN MORE


AN EXCELLENT COMBINATION


OF COMFORT, DURABILITY,


AND COST EFFECTIVENESS.

   
LEARN MORE

LEARN MORE






SERVICES & SOLUTIONS

You can customize your own program to meet your facility’s specific safety needs
and wants.

Vending

Our safety specialists can help implement and maintain your prescription eyewear
program.

Rx Eyewear

Offering advantages to our online ordering, we present you with a unique
ordering experience.

eCommerce

With locations coast to coast, we know the value of on-time, delivery to your
doorstep. 

Freight & Delivery



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

   
 * Sense8x™ Blue Disposable Nitrile Exam Gloves, 8 mil, 12" Length
   5.0 star rating 6 Reviews
   
   
   
     /  
   <b>$11.95</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   43398 In Stock
   Choose Options
   
 * Lucent5™ Gloves, Natural Disposable Latex Exam Gloves, 5 mil, 9.5" Length
     /  
   <b>$8.00</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Dispenser</span>
   7891 In Stock
   Choose Options
   
 * Sense5™ Blue Disposable Nitrile Gloves, 5 mil, 9.5" Length
   4.3 star rating 7 Reviews
   
   
   
     /  
   <b>$8.15</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Dispenser</span>
   203133 In Stock
   Choose Options
   
 * Defense™ Clear Powder-Free Disposable Vinyl Gloves
   5.0 star rating 1 Review
   
   
   
     /  
   From <b>$3.65</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   14321 In Stock
   Choose Options
   
 * Sense3™ Black Disposable Nitrile Gloves, 3-mil - Large
   1.0 star rating 1 Review
   
   
   
     /  
   From <b>$8.95</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   297 In Stock
   Choose Options
   
 * Sense5™ Black Disposable Nitrile Gloves, 5 mil, 9.5" Length
   5.0 star rating 5 Reviews
   
   
   
     /  
   <b>$8.95</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   12942 In Stock
   Choose Options
   
 * Sense5™ Orange Disposable Nitrile Gloves, Exam Grade, 5 mil, 9.5" Length
   5.0 star rating 1 Review
   
   
   
     /  
   <b>$8.95</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   30203 In Stock
   Choose Options
   
 * Sense5™ Green Disposable Nitrile Gloves, Biodegradable, 5 mil, 9.5" Length
     /  
   From <b>$8.95</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Box</span>
   63669 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

   
 * Voodoo 16" Cut Resistant Sleeve with Thumbhole, 18 Gauge, Cut Level A4
   $9.00  / Pair
   554 In Stock
   Add to Cart
   Add to List
   
 * Stinger™ Cut Resistant Glove with Nitrile Foam Coating, Cut Level A4
     /  
   <b>$7.15</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Pair</span>
   22291 In Stock
   Choose Options
   
 * Voodoo 18 Gauge, Nitrile Foam Coated Glove, Cut Level A4
     /  
   From <b>$7.31</b><span style="color: #333333;line-height: 22px;font-size:
   14px;white-space: nowrap;">&nbsp;/&nbsp;Pair</span>
   14240 In Stock
   Choose Options
   


HEAD PROTECTION

Loading Products


TOP SELLERS

Disposable Bouffant Cap - (Bag of 100)
Manufacturer #: 90SIM
  /  
From <b>$3.14</b><span style="color: #333333;line-height: 22px;font-size:
14px;white-space: nowrap;">&nbsp;/&nbsp;Bag</span>
47000 In Stock
Choose Options
Trackman Goatskin Drivers Gloves with Cut Resistant Liner
Manufacturer #: K900G4
5.0 star rating 1 Review



  /  
<b>$13.00</b><span style="color: #333333;line-height: 22px;font-size:
14px;white-space: nowrap;">&nbsp;/&nbsp;Pair</span>
29542 In Stock
Choose Options
Particulate Filter P100
Manufacturer #: 2091
$10.35  / Pack
2473 In Stock
Add to Cart
Add to List
Sqweeze Freeze Pops, Assorted Flavors: Cherry, Grape, Lemon-Lime, Orange and
Mixed Berry
Manufacturer #: 159200201
5.0 star rating 2 Reviews



$47.75  / Case
Currently Unavailable
UNAVAILABLE
Add to List
Unlined Green Nitrile 13" Gloves, 15 mil, Diamond Grip
Manufacturer #: SM15
5.0 star rating 1 Review



  /  
<b>$30.00</b><span style="color: #333333;line-height: 22px;font-size:
14px;white-space: nowrap;">&nbsp;/&nbsp;Dozen</span>
8254 In Stock
Choose Options
Starlite Safety Glasses
Manufacturer #: 4680
$1.53  / Each
802 In Stock
Add to Cart
Add to List
The Scout Safety Glasses
Manufacturer #: 250-99-0980
$1.47  / Pair

Add to Cart
Add to List
Virtua
Manufacturer #: 11326-00000
$1.67  / Each
434 In Stock
Add to Cart
Add to List
Cotton/Polyester Glove with Blue Crinkle Rubber Coating
Manufacturer #: K10GBRCJ
  /  
From <b>$2.61</b><span style="color: #333333;line-height: 22px;font-size:
14px;white-space: nowrap;">&nbsp;/&nbsp;Pair</span>
3181 In Stock
Choose Options
Half Facepiece Reusable Respirator
Manufacturer #: 6000 Series
  /  
<b>$19.33</b><span style="color: #333333;line-height: 22px;font-size:
14px;white-space: nowrap;">&nbsp;/&nbsp;Each</span>
445 In Stock
Choose Options



 

--------------------------------------------------------------------------------

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
 *  
 *  
 *  
 *  

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





PRODUCT OPTIONS

Add to Cart


Loading Products

×