www.ohvanhorn.com Open in urlscan Pro
209.236.103.244  Public Scan

Submitted URL: http://www.ohvanhorn.com/
Effective URL: https://www.ohvanhorn.com/
Submission: On July 25 via api from IT — Scanned from IT

Form analysis 2 forms found in the DOM

Name: frmCatSearchGET /c

<form method="get" action="/c" name="frmCatSearch" data-hs-cf-bound="true">
  <div class="input-group flex-sm-row flex-column pr-md-4">
    <select class="selCatSearch custom-select d-none" id="selCatSearch" onchange="setSearchBox()">
      <option value="" selected="">All Products</option>
      <option value="" disabled="">------</option>
      <option value="2" catid="abrasives"> Abrasives </option>
      <option value="69" catid="cutting-tools"> Cutting Tools </option>
      <option value="115" catid="fasteners"> Fasteners </option>
      <option value="124" catid="hand-tools"> Hand Tools </option>
      <option value="176" catid="janitorial---facilities-maintenance"> Janitorial &amp; Facilities Maintenance </option>
      <option value="187" catid="lubricants--coolant---fluids"> Lubricants, Coolant &amp; Fluids </option>
      <option value="193" catid="machinery"> Machinery </option>
      <option value="207" catid="marking---labeling"> Marking &amp; Labeling </option>
      <option value="213" catid="pneumatics"> Pneumatics </option>
      <option value="220" catid="power-tools"> Power Tools </option>
      <option value="235" catid="precision-tools"> Precision Tools </option>
      <option value="245" catid="safety---ppe"> Safety &amp; PPE </option>
      <option value="259" catid="saw-blades"> Saw Blades </option>
      <option value="267" catid="shipping---office-supplies"> Shipping &amp; Office Supplies </option>
      <option value="270" catid="storage---material-handling"> Storage &amp; Material Handling </option>
      <option value="274" catid="tapes---adhesives"> Tapes &amp; Adhesives </option>
      <option value="301" catid="tool-holding"> Tool Holding </option>
      <option value="302" catid="welding"> Welding </option>
      <option value="307" catid="workholding---fixturing"> Workholding &amp; Fixturing </option>
    </select>
    <!-- FAKE DROP DOWN FOR STYLING -->
    <div class="CategorySearchBar position-relative bg-light">
      <div class="SelectedLabelWrapper border border-dark px-2"><span id="SelectedLabel" class="align-middle">All Products</span> <span class="align-middle"><i class="fa-solid fa-angle-down" aria-hidden="true"></i></span></div>
      <div id="CategoryOptions" class="d-none bg-white border border-dark">
        <div value="" class="px-2 py-1" selected="">All Products</div>
        <div value="" class="px-2 py-1" disabled="">------</div>
        <div class="Option px-2 py-1" value="2" catid="abrasives">Abrasives</div>
        <div class="Option px-2 py-1" value="69" catid="cutting-tools">Cutting Tools</div>
        <div class="Option px-2 py-1" value="115" catid="fasteners">Fasteners</div>
        <div class="Option px-2 py-1" value="124" catid="hand-tools">Hand Tools</div>
        <div class="Option px-2 py-1" value="176" catid="janitorial---facilities-maintenance">Janitorial &amp; Facilities Maintenance</div>
        <div class="Option px-2 py-1" value="187" catid="lubricants--coolant---fluids">Lubricants, Coolant &amp; Fluids</div>
        <div class="Option px-2 py-1" value="193" catid="machinery">Machinery</div>
        <div class="Option px-2 py-1" value="207" catid="marking---labeling">Marking &amp; Labeling</div>
        <div class="Option px-2 py-1" value="213" catid="pneumatics">Pneumatics</div>
        <div class="Option px-2 py-1" value="220" catid="power-tools">Power Tools</div>
        <div class="Option px-2 py-1" value="235" catid="precision-tools">Precision Tools</div>
        <div class="Option px-2 py-1" value="245" catid="safety---ppe">Safety &amp; PPE</div>
        <div class="Option px-2 py-1" value="259" catid="saw-blades">Saw Blades</div>
        <div class="Option px-2 py-1" value="267" catid="shipping---office-supplies">Shipping &amp; Office Supplies</div>
        <div class="Option px-2 py-1" value="270" catid="storage---material-handling">Storage &amp; Material Handling</div>
        <div class="Option px-2 py-1" value="274" catid="tapes---adhesives">Tapes &amp; Adhesives</div>
        <div class="Option px-2 py-1" value="301" catid="tool-holding">Tool Holding</div>
        <div class="Option px-2 py-1" value="302" catid="welding">Welding</div>
        <div class="Option px-2 py-1" value="307" catid="workholding---fixturing">Workholding &amp; Fixturing</div>
      </div>
    </div>
    <div class="input-group-append divSearchBox flex-fill">
      <input type="search" name="search" placeholder="Search by part # or keyword" class="form-control border border-secondary h-100 py-2 rounded-0" aria-label="Search" aria-describedby="Search">
      <div class="input-group-append">
        <button type="submit" class="btn text-secondary border border-secondary rounded-0 bg-light"><i class="fa fa-search" aria-hidden="true"></i></button>
      </div>
    </div>
  </div>
</form>

POST /Identity/Account/Login

<form method="post" action="/Identity/Account/Login" data-hs-cf-bound="true">
  <div class="form-group">
    <div class="input-group">
      <input type="email" class="SignInEmail form-control" ara-describedby="EmailAddress" placeholder="Email Address *" required="" autofocus="" data-val="true" data-val-email="The Username field is not a valid e-mail address."
        data-val-required="The Username field is required." id="Username" name="Username" value="">
      <span class="text-danger field-validation-valid" data-valmsg-for="Username" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="form-group">
    <input type="password" class="SignInPass form-control" ara-describedby="Password" placeholder="Password *" required="" autocomplete="off" data-val="true" data-val-required="The Password field is required." id="Password" name="Password">
    <span class="text-danger field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
  </div>
  <div class="form-group login-remember">
    <label for="RememberLogin">
      <input type="checkbox" data-val="true" data-val-required="The RememberLogin field is required." id="RememberLogin" name="RememberLogin" value="true">
      <strong>Remember My Login</strong>
    </label>
  </div>
  <button type="submit" class="btn btn-primary d-block w-100 mb-3">Submit</button>
  <a id="forgot-password" href="/Identity/Account/ForgotPassword">Forgot your password?</a>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8FIAafJn-gdGiom0nVVVLeLV23f-KWLJLB3n8XB5xEcVEp1U8q5qrTVRe0FBWTqSg712pTSkM2890f_yUvXS9BuzinabknvMVrdQfD1Y5-KgZ7PjpnRo2uhtOjPUIPKnv26epv1MJXm3M8MhXep6eYU"><input name="RememberLogin"
    type="hidden" value="false">
</form>

Text Content

 * Login


Products
Solutions
Inventory Solutions
Resources
Events
Contact Quick Order Pad



WÜRTH VAN HORN

All Products ------ Abrasives Cutting Tools Fasteners Hand Tools Janitorial &
Facilities Maintenance Lubricants, Coolant & Fluids Machinery Marking & Labeling
Pneumatics Power Tools Precision Tools Safety & PPE Saw Blades Shipping & Office
Supplies Storage & Material Handling Tapes & Adhesives Tool Holding Welding
Workholding & Fixturing
All Products
All Products
------
Abrasives
Cutting Tools
Fasteners
Hand Tools
Janitorial & Facilities Maintenance
Lubricants, Coolant & Fluids
Machinery
Marking & Labeling
Pneumatics
Power Tools
Precision Tools
Safety & PPE
Saw Blades
Shipping & Office Supplies
Storage & Material Handling
Tapes & Adhesives
Tool Holding
Welding
Workholding & Fixturing

 * Register
   Login
   

   SIGN IN
   
   Remember My Login
   Submit Forgot your password?
   
   OR
   
   NOT SIGNED UP YET?
   
   Sign Up Now

   FORGOT YOUR PASSWORD?
   
   
   Close


 * Products
 * Solutions
   * Inventory Solutions
 * Resources
   * Events
 * Contact
 * Quick Order Pad

 * Quick Order Pad

 * Abrasives
   Abrasives
      
    * Brushes
    * Abrasives Coated & Non-Woven
    * Grinding
    * Deburring
    * Files, Sticks & Stones
    * Hand Pads
    * Laps & Hones
    * Points & Burrs

 * Cutting Tools
   Cutting Tools
      
    * Chamfer Mills
    * Cutting Tool Accessories
    * Holemaking
    * End Mills
    * Indexable
    * Milling
    * Threading
    * Turning

 * Fasteners
   Fasteners
      
    * Bolts
    * Cap Screws
    * Misc Fasteners
    * Nails
    * Nuts
    * Screws
    * Staples
    * Washers

 * Hand Tools
   Hand Tools
      
    * Chisels
    * Hammers
    * Hand Tool Accessories
    * Knives & Blades
    * Misc Hand Tools
    * Pliers
    * Punches & Grommet Tools
    * Ratchets & Extensions
    * Screwdrivers & Hex Keys
    * Sockets
    * Tapes and Rulers
    * Wrenches

 * Janitorial & Facilities Maintenance
   Janitorial & Facilities Maintenance
      
    * Batteries
    * Brooms & Mops
    * Cleaning Supplies
    * HVAC
    * Lighting
    * Janitorial Misc
    * Padlocks
    * Paints & Coatings
    * Rags & Towels
    * Tissues & Wipes

 * Lubricants, Coolant & Fluids
   Lubricants, Coolant & Fluids
      
    * Industrial Chemicals & Cleaners
    * Lubricants & Grease
    * Metalworking Fluids & Coolants
    * Solutions & Solvents

 * Machinery
   Machinery
      
    * 3D Printers & Accessories
    * Bandsaws
    * Digital Readouts
    * Drill Presses
    * Grinding & Buffing
    * Machine Parts & Accessories
    * Sanders

 * Marking & Labeling
   Marking & Labeling
      
    * Industrial Markers & Chalks
    * Labels & Tags
    * Layout Fluids
    * Stamping & Engraving

 * Pneumatics
   Pneumatics
      
    * Air Guns
    * Air Hoses
    * Couplings
    * Tool Fittings
    * Pneumatic Tools
    * Pneumatic Accessories

 * Power Tools
   Power Tools
      
    * Buffers & Sanders
    * Etchers & Engravers
    * Grinders
    * Heat Guns
    * Power Drills
    * Power Tool Accessories
    * Saws
    * Shears & Nibblers

 * Precision Tools
   Precision Tools
      
    * Calipers
    * Gages
    * Indicators
    * Magnetic Base
    * Micrometers
    * Precision Tool Accessories
    * Squares, Combination Squares & Protactors
    * Thickness & Feeler Gages

 * Safety & PPE
   Safety & PPE
      
    * Facility Safety
    * First Aid
    * Identification
    * Personal Protective Equipment
    * Signs & Lockout Tags
    * Spill Control & Containment

 * Saw Blades
   Saw Blades
      
    * Band Saw Blades
    * Circular Saw Blades
    * Hacksaw & Rod Saw Blades
    * Hole Saws
    * Jig Saw Blades
    * Reciprocating Saw Blades
    * Saw Blade Accessories

 * Shipping & Office Supplies
   Shipping & Office Supplies
      
    * Office Supplies
    * Packaging & Shipping Supplies

 * Storage & Material Handling
   Storage & Material Handling
      
    * Hoists
    * Tool Storage
    * Misc Storage Supplies

 * Tapes & Adhesives
   Tapes & Adhesives
      
    * Adhesive Applicators
    * Adhesives
    * Caulk Sealants
    * Caulk Guns
    * Glues & Epoxies
    * Retaining Compounds
    * Tapes
    * Threadlockers

 * Tool Holding
   Tool Holding
      
    * Collets & Closers
    * Die Holders
    * Drill Chucks & Holders
    * Misc. Holders & Accessories
    * Morse Taper Sleeves & Sockets
    * Rotary Tool Holders
    * Tapping Heads & Holders
    * Tool Holding Turning

 * Welding
   Welding
      
    * Soldering Equipment
    * Welding Equipment

 * Workholding & Fixturing
   Workholding & Fixturing
      
    * Clamps
    * Lathe Chucks, Centers & Rests
    * Magnets
    * Mounts & Stands
    * Misc Clamps
    * Vises



Abrasives

Cutting Tools

Fasteners

Hand Tools

Janitorial & Facilities Maintenance

Lubricants, Coolant & Fluids

Machinery

Marking & Labeling

Pneumatics

Power Tools

Precision Tools

Safety & PPE

Saw Blades

Shipping & Office Supplies

Storage & Material Handling

Tapes & Adhesives

Tool Holding

Welding

Workholding & Fixturing


WHO HAS TIME FOR DOWNTIME?


TODAY'S MANUFACTURING AND FABRICATION SHOPS HAVE LITTLE TOLERANCE FOR DOWNTIME.

OVH HAS A VARIETY OF PROGRAMS TO HELP YOU MANAGE YOUR INVENTORY AND ENSURE THAT
YOU AREN'T WAITING FOR A CRITICAL PART WHEN IT'S NEEDED.

PUT US TO WORK FOR YOU!

STOP! DON'T SIGN THAT CONTRACT WITHOUT KNOWING THIS.

Inventory management is more than providing the right components, the right
reach, and the right capacity. People and strategy count too.

Continue Reading

LOOKING TO SAVE MONEY? CHECK OUT OUR FLASH SALE ITEMS HERE!

Items are subject to stock and availability. Please check back soon for new
items to be posted.

OLIVER VAN HORN IS PROUD TO BE A PART OF THE WÜRTH MRO, SAFETY, & METALWORKING
DIVISION.

Oliver Van Horn, along with Northern Safety and ORR Safety are proud members of
the Würth MRO, Safety, & Metalworking Division of the Wurth Group. We have a
wide variety of industry leading products to serve our customers. Please contact
the OVH sales team at 1-800-800-7070 to let us know how we can help you today.

© 2023 Oliver Van Horn




ABOUT US

Terms of Service

Code of Compliance

Careers

Locations

About Us


ORDER SUPPORT

Login

Returns and Warranty


CONTACT US

Main Office:

2840 Lausat St.

Metairie, LA 70001

800-800-7070