www.glendale.com Open in urlscan Pro
63.141.128.13  Public Scan

URL: https://www.glendale.com/
Submission Tags: 0xscam
Submission: On May 08 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="form" onsubmit="return false" data-url="/search.php" data-quick-search-form="">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="nav-quick-search">Suchen</label>
      <input class="form-input" data-search-quick="" name="nav-quick-search" id="nav-quick-search" data-error-message="Suchfeld kann nicht leer sein." placeholder="Shop durchsuchen" autocomplete="off">
    </div>
  </fieldset>
</form>

<form class="form" onsubmit="return false" data-url="/search.php" data-quick-search-form="">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="nav-menu-quick-search">Suchen</label>
      <input class="form-input" data-search-quick="" name="nav-menu-quick-search" id="nav-menu-quick-search" data-error-message="Suchfeld kann nicht leer sein." placeholder="Shop durchsuchen" autocomplete="off">
    </div>
  </fieldset>
</form>

POST https://app.icontact.com/icp/core/mycontacts/signup/designer/form/?id=397&cid=35650&lid=493

<form id="ic_signupform" captcha-key="6LeCZCcUAAAAALhxcQ5fN80W6Wa2K3GqRQK6WRjA" captcha-theme="light" new-captcha="true" method="POST" action="https://app.icontact.com/icp/core/mycontacts/signup/designer/form/?id=397&amp;cid=35650&amp;lid=493"><input
    type="hidden" value="true" name="new_captcha">
  <div class="elcontainer normal inline-label-left left-aligned">
    <div class="sortables">
      <div class="formEl fieldtype-input required" data-validation-type="1" data-label="Email" style="display: inline-block; width: 100%;"><input type="text" placeholder="Enter Your Email" name="data[email]"></div>
      <div class="formEl fieldtype-checkbox required" dataname="listGroups" data-validation-type="1" data-label="Lists" style="display: none; width: 100%;">
        <h3>Lists<span class="indicator required">*</span></h3>
        <div class="option-container"><label class="checkbox"><input type="checkbox" alt="" name="data[listGroups][]" value="974" checked="checked">The Bugler Newsletter</label></div>
      </div>
      <div class="submit-container">
        <div class="g-recaptcha" data-sitekey="6LeCZCcUAAAAALhxcQ5fN80W6Wa2K3GqRQK6WRjA" data-callback="onValidCaptchaResponse" data-size="invisible" style="">
          <div class="grecaptcha-badge" data-style="bottomright"
            style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
            <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-9x92fkfxfkid" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeCZCcUAAAAALhxcQ5fN80W6Wa2K3GqRQK6WRjA&amp;co=aHR0cHM6Ly93d3cuZ2xlbmRhbGUuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=invisible&amp;cb=tom5w5t2vilb"></iframe>
            </div>
            <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <p style="margin-top:20px"><input type="submit" value="Submit" class="btn btn-submit"></p>
      </div>
    </div>
    <div class="hidden-container"></div>
  </div>
</form>

<form action="" x-on:submit.prevent="saveCart" class="sc-form">
  <div class="sc-modal-body">
    <p class="sc-description sc-text-gray-600 sc-text-base sc-m-0 sc-mt-1">Enter an email address below to share a list of the items currently in your cart. If you're sending this to Glendale for fulfillment, please include your email address in the
      notes. NOTE: Prices do not include shipping or tax, where applicable, and are good for 30 days.</p>
    <div class="sc-space-y-4 sc-mt-4">
      <div>
        <label for="sc-email">Your Email</label>
        <div class="sc-mt-1">
          <input type="text" x-model="form.email" :class="{'!sc-border-red-300':errors.show}" name="email" id="sc-email">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.show" x-text="errors.show" style="display: none;"></p>
        <p class="sc-mt-1 sc-text-sm sc-text-gray-500">Use commas for multiple emails</p>
      </div>
      <div>
        <label for="sc-notes">Notes</label>
        <div class="sc-mt-1">
          <textarea id="sc-notes" x-model="form.notes" name="notes" rows="3"></textarea>
        </div>
      </div>
    </div>
    <!-- Messages -->
    <div x-show="errorMessage || successMessage" class="sc-mt-4 sc-rounded-md sc-py-2 sc-px-4" :class="{'sc-bg-red-50': errorMessage, 'sc-bg-green-50': successMessage }" style="display: none;">
      <span x-text="errorMessage" class="sc-text-red-800"></span>
      <span x-text="successMessage" class="sc-text-green-800"></span>
    </div>
    <!-- Buttons -->
    <div class="sc-mt-8 sc-flex sc-space-x-2">
      <button x-bind:disabled="processing" type="submit" id="sc-save-btn" class="sc-button sc-modal-button">
        <svg x-show="processing" class="sc-animate-spin -sc-ml-1 sc-mr-3 sc-h-5 sc-w-5 sc-text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
          <circle class="sc-opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
          <path class="sc-opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
        </svg>
        <span x-show="processing" style="display: none;">Processing...</span>
        <span x-show="!processing">Save and Send Cart</span>
      </button>
    </div>
  </div>
</form>

Text Content

Zu Hauptinhalt springen
Toggle menu
 * Währung auswählen: USD
   * US Dollars
   * CAD
   * KRW
   * EUR
   * GBP
   * CNY
   * BRL
   * TTD
   * RUB
   * TWD
   * PKR
   * PHP
   * SEK
   * JPY
   * CHF
   * ZAR
   * AUD
   * SAR
   * IDR
   * VND

 * Vergleichen
 * Suchen
 * Anmelden oder Registrieren
 * Warenkorb 0
   

Suchen






1-800-653-5515
Suchen




 * Military
    * Army
    * Air Force
    * Coast Guard
    * Marine Corps
    * Navy
    * Space Force

 * Gift
 * Luggage
 * Cadets
    * Alle Cadets
    * Accessories
      * Drill Books
      * Clothing
      * Wallets
    * Teams
      * Color Guard
      * Drill Team
      * Drones
      * Raider
    * Army
    * Air Force
    * Coast Guard
    * Marine Corps
    * Navy
    * Space force
    * The Pershing Rifles Group

 * Uniforms
    * Alle Uniforms
    * Accessories
    * Aiguillettes
    * Achievement Medals
    * Apparel & Custom Wear
    * Army Green Service Uniform
    * Belts & Buckles
    * Berets & Helmets
    * Gloves & Scarves
    * Garment & Gear Bags
    * Hats & Carriers
    * Other Cords
    * Pins & Tabs
    * Ribbons, Mounts & Medals
    * Shoes & Accessories
    * Shoulder Cords
    * Swords & Sabers

 * Honor Guard
    * Alle Honor Guard
    * Military
    * Veterans

 * First Responders
    * Alle First Responders
    * Badge Holders & Wallets
    * Smith & Warren Badges

 * Replica Rifles
    * Alle Replica Rifles
    * Rifles
    * Rifle Slings
    * Rifle Cases
    * Rifle Accessories

 * Flags
    * Alle Flags
    * Flag Carriers
    * Flag Covers & Cases
    * Flag Ornaments
    * Flag Poles
    * Flag Stands
    * Mourning Flags
    * National
    * State

 * Custom Work
    * Alle Custom Work
    * Custom Flags, Banners, Streamers
    * Custom Patches & Flashes
    * Custom Name Tapes & Name Plates

 * Swords
 * ON SALE!
 * Rewards
 * Blog
 * About Us
    * All About Us
    * Catalog Order Form
    * Contact Us
    * Drill For Dreams
    * Events
    * FAQs
    * Helpful Information
    * Newsletter
    * Online Catalog
    * Order Color Swatches
    * Ordering Information
    * Privacy Policy
    * Return Form
    * Return Policy
    * Request Catalog
    * Resources
    * Shipping Rates
    * Terms of Service

 * Währung auswählen: USD
    * US Dollars
    * CAD
    * KRW
    * EUR
    * GBP
    * CNY
    * BRL
    * TTD
    * RUB
    * TWD
    * PKR
    * PHP
    * SEK
    * JPY
    * CHF
    * ZAR
    * AUD
    * SAR
    * IDR
    * VND

 * Anmelden oder Registrieren





Badge Partnership with Smith & Warren

Our partnership with Smith and Warren will allow you to have the best badges in
the force with our Glendale support! We are delighted to continue partnering
with America's best Badge manufacturer.

Design Your Badge Now

Everything you need to be parade-ready

Manufacturers & Suppliers of Military Insignia, Field Gear & Parade Equipment
since 1965.

ARMY - ROTC/Military AGSU

Looking great on your AGSUs has never been easier with Glendale. We are proud to
carry the new AGSU uniform for all of your ARMY needs.

Shop Collection

JROTC Raider Gear

Glendale is proud to create an exclusive Raider gear product selection that will
help you and your team reach the other side faster, safer, and on a budget

Shop Now

Drones - Robolink

Glendale is proud to partner with CODRONE to provide the best in class U.S.
designed and American Security Drone Act-compliant, CoDrone EDU (JROTC edition)
- A drone built for education, competitions, and learning in the classroom. 889
Compliant

Shop Now

Premium Military Stainless Steel & engraved Swords

Premium Military Stainless Steel & engraved Swords

Shop Now

Badge Partnership with Smith & Warren

Our partnership with Smith and Warren will allow you to have the best badges in
the force with our Glendale support! We are delighted to continue partnering
with America's best Badge manufacturer.

Design Your Badge Now

Everything you need to be parade-ready

Manufacturers & Suppliers of Military Insignia, Field Gear & Parade Equipment
since 1965.

ARMY - ROTC/Military AGSU

Looking great on your AGSUs has never been easier with Glendale. We are proud to
carry the new AGSU uniform for all of your ARMY needs.

Shop Collection

JROTC Raider Gear

Glendale is proud to create an exclusive Raider gear product selection that will
help you and your team reach the other side faster, safer, and on a budget

Shop Now

Drones - Robolink

Glendale is proud to partner with CODRONE to provide the best in class U.S.
designed and American Security Drone Act-compliant, CoDrone EDU (JROTC edition)
- A drone built for education, competitions, and learning in the classroom. 889
Compliant

Shop Now

Premium Military Stainless Steel & engraved Swords

Premium Military Stainless Steel & engraved Swords

Shop Now

Badge Partnership with Smith & Warren

Our partnership with Smith and Warren will allow you to have the best badges in
the force with our Glendale support! We are delighted to continue partnering
with America's best Badge manufacturer.

Design Your Badge Now
 * 
 * 
 * 
 * 
 * 
 * 


FEATURED COLLECTION


ROTC & JROTC

 * Air Force ROTC & JROTC
 * Army ROTC & JROTC
   
 * Coast Guard ROTC & JROTC
 * Marine Corps ROTC
 * Navy ROTC & JROTC
 * Space Force ROTC & JROTC


FIRST RESPONDERS

   
 * Honor Guard
 * Color Guard
 * Memorial Flags
 * Thin Line Flags
 * View Complete Catalog


MILITARY

 * Air Force
 * Army
 * Navy
 * Space Force
 * USMC


SOLO/TANDEM DRILLERS

Shop Now


SMITH & WARREN BADGES

Shop Now


FLAGS

Shop Now


CUSTOM FLAGS

Shop Now


CUSTOM PATCHES & FLASHES

Shop Now



BEST SELLERS

Previous
Vergleichen


GUIDON POLES

MSRP:
Was:
Now: $194.95 - $216.95
Optionen auswählen

Vergleichen


HONOR GUARD LEATHER FLAG CARRIER: DOUBLE HARNESS

MSRP:
Was:
Now: $239.95 - $281.95
Optionen auswählen

Vergleichen


CHEATER BARS

MSRP:
Was:
Now: $13.50
Optionen auswählen

Vergleichen


DRILLAMERICA® M1 GARAND REPLICA RIFLE, WT. 9LBS

MSRP:
Was:
Now: $199.95
Zum Warenkorb hinzufügen Der Artikel wurde hinzugefügt

Vergleichen


PREMIUM QUALITY SWORDS AND SABERS, HANDCRAFTED IN GERMANY

MSRP:
Was:
Now: $421.95 - $499.95
Optionen auswählen
Wt. 8.5LBS
Vergleichen


DRILLAMERICA® 1903 SPRINGFIELD REPLICA RIFLE, WT. 8.5LBS

MSRP:
Was:
Now: $274.95 - $324.95
Optionen auswählen

Vergleichen


MILITARY FLOOR STAND (FOR 1 FLAG)

MSRP:
Was:
Now: $459.00
Zum Warenkorb hinzufügen Der Artikel wurde hinzugefügt

Vergleichen


US FLAGS: INDOOR & PARADE USE, NYLON

MSRP:
Was:
Now: $64.95 - $217.95
Optionen auswählen

Vergleichen


GUIDON POLES

MSRP:
Was:
Now: $194.95 - $216.95
Optionen auswählen

Vergleichen


HONOR GUARD LEATHER FLAG CARRIER: DOUBLE HARNESS

MSRP:
Was:
Now: $239.95 - $281.95
Optionen auswählen

Vergleichen


CHEATER BARS

MSRP:
Was:
Now: $13.50
Optionen auswählen
Wt. 9LBS
Vergleichen


DRILLAMERICA® M1 GARAND REPLICA RIFLE, WT. 9LBS

MSRP:
Was:
Now: $199.95
Zum Warenkorb hinzufügen Der Artikel wurde hinzugefügt

Vergleichen


PREMIUM QUALITY SWORDS AND SABERS, HANDCRAFTED IN GERMANY

MSRP:
Was:
Now: $421.95 - $499.95
Optionen auswählen

Vergleichen


DRILLAMERICA® 1903 SPRINGFIELD REPLICA RIFLE, WT. 8.5LBS

MSRP:
Was:
Now: $274.95 - $324.95
Optionen auswählen

Vergleichen


MILITARY FLOOR STAND (FOR 1 FLAG)

MSRP:
Was:
Now: $459.00
Zum Warenkorb hinzufügen Der Artikel wurde hinzugefügt

Vergleichen


US FLAGS: INDOOR & PARADE USE, NYLON

MSRP:
Was:
Now: $64.95 - $217.95
Optionen auswählen

Vergleichen


GUIDON POLES

MSRP:
Was:
Now: $194.95 - $216.95
Optionen auswählen

Vergleichen


HONOR GUARD LEATHER FLAG CARRIER: DOUBLE HARNESS

MSRP:
Was:
Now: $239.95 - $281.95
Optionen auswählen

Vergleichen


CHEATER BARS

MSRP:
Was:
Now: $13.50
Optionen auswählen

Vergleichen


DRILLAMERICA® M1 GARAND REPLICA RIFLE, WT. 9LBS

MSRP:
Was:
Now: $199.95
Zum Warenkorb hinzufügen Der Artikel wurde hinzugefügt
Next

Download Catalog
Glendale Rewards
On Sale!
Shipping Info
Returns
DRILL DOJO
Drill For Dreams


TESTIMONIALS

Previous

Thank you so much for your phenomenal professional customer service and
congeniality. Your excellence in helping our organization at a critical time; is
heartwarming and positively overwhelming! Our crisis was averted by your expert
service.

~ CMSgt (Ret) Washington Choctawhatchee High School, AFJROTC

Loved the quality and care in packing and shipping.

~ GySgt Garcia

THANK YOU so much for the fast medals quote. Thank you for excellent customer
service!

~ LTC (Retired) MestanScience Hill High School, AJROTC

We love working with you guys.

~ MAJ(Ret) WilliamsMariner High School, AJROTC

Our custom flag came out great and I will be talking to other units about your
work.

~ ReneMC Auxiliary

Thank you for the quick turnaround

~ Capt Shane CookChampaign County Sheriff’s Office

I was worried about making this order because I didn’t have a current catalog so
I wasn’t sure how it was going to go. You made it much easier than I expected
and gave me plenty of time to ask questions. I will continue to order from
Glendale going forward.

~ Larry DeutschBeardsley, MN

Please know that you have AMAZING people in this company that make a HUGE Impact
on the lives of us ROTC Instructors!  I am indebted to the them as well as the
rest of your team that make my team look good!  Thank you again Glendale Parade!

~ Master Chief (Ret) Russ PajeEldorado High School, NJROTC

Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8


LATEST BLOGS

 * 13 Mar
   
   
   THE CRUCIAL ROLE OF WOMEN IN THE U.S. ARMED FORCES
   
   Within the historical and patriotic context of the United States Armed
   Forces, women have prog...
   
   Weitere Informationen
   
 * 13 Mar
   
   
   OPERATION COMPETITION: JROTC TACTICS FOR SUCCESS
   
   Welcome, JROTC cadets and enthusiasts! We want you to make the most of your
   experience in the Jun...
   
   Weitere Informationen
   
 * 8 Feb
   
   
   COMBATTING PTSD: PRIORITIZING MENTAL HEALTH IN THE MILITARY
   
   Military life is a unique mission that extends beyond physical trenches. Each
   soldier carries the...
   
   Weitere Informationen
   

View all blogs

Free Shipping on
Orders over $600
Finest Quality
Products
100% Safe and
Secure Checkout
60+ Years of
Quality Products

Schließen ×


!

OK Abbrechen


CONTACT

12754 O'Connor Road
San Antonio, TX 78233
USA

800-653-5515 | 201-767-0233

800-555-9269 | 201-767-3323

customerservice@glendale.com

COMPANY

 * All About Us
 * Catalog Order Form
 * Contact Us
 * Drill For Dreams
 * Events
 * FAQs
 * Helpful Information
 * Newsletter
 * Online Catalog
 * Order Color Swatches
 * Ordering Information
 * Privacy Policy
 * Return Form
 * Return Policy
 * Request Catalog
 * Resources
 * Shipping Rates
 * Terms of Service

PRODUCTS

 * Gift
 * Luggage
 * Cadets
 * Uniforms
 * Honor Guard
 * First Responders
 * Replica Rifles
 * Flags
 * Swords
 * ON SALE!

CONNECT WITH US




NEWSLETTER SIGN UP


LISTS*

The Bugler Newsletter




View Past Issues
© 2024 Glendale Parade Store
Bereitgestellt von Arista Systems Pvt. Ltd.
Close


SAVE YOUR CART

Enter an email address below to share a list of the items currently in your
cart. If you're sending this to Glendale for fulfillment, please include your
email address in the notes. NOTE: Prices do not include shipping or tax, where
applicable, and are good for 30 days.

Your Email




Use commas for multiple emails

Notes


Processing... Save and Send Cart

Glendale Rewards
✕

x
Become a Glendale Parade Store member today and earn perks for signing up,
making purchases and more.
Find Out More