classifieds.ksl.com Open in urlscan Pro
34.144.234.52  Public Scan

URL: https://classifieds.ksl.com/listing/77488173
Submission: On December 17 via manual from PH — Scanned from US

Form analysis 4 forms found in the DOM

#

<form action="#" class="calculate-payment">
  <div class="calc-general-error">Please fix the errors below:</div>
  <!-- <span class="required">*required</span> -->
  <span class="calc-form-line price">
    <label for="calc-price-input" class="label">*Price of Item</label>
    <input type="text" id="calc-price-input" data-test="listing-price" value="50">
    <div id="calc-price-input-error" class="error-message-text"></div>
  </span>
  <div class="inline">
    <div class="calc-form-line interest-rate">
      <label for="calc-interest-rate-input" class="label">*Interest Rate</label>
      <input type="text" id="calc-interest-rate-input" data-test="listing-rate" value="">
      <div id="calc-interest-rate-input-error" class="error-message-text"></div>
    </div>
    <div class="calc-form-line loan-term">
      <label for="calc-loan-term-input" class="label">*Months in Loan</label>
      <input type="text" id="calc-loan-term-input" data-test="listing-loan-term" value="60">
      <div id="calc-loan-term-input-error" class="error-message-text"></div>
    </div>
  </div>
  <div class="calc-form-line down-payment">
    <label for="calc-down-payment-input" class="label" style="clear: left; padding-top: 20px;">Down Payment Amount</label>
    <input type="text" id="calc-down-payment-input" data-test="listing-down-payment" value="">
    <div id="calc-down-payment-input-error" class="error-message-text"></div>
  </div>
  <div class="calc-form-line trade-in">
    <label for="calc-trade-in-input" class="label">Amount for Trade-in (If Applicable)</label>
    <input type="text" id="calc-trade-in-input" data-test="listing-trade-in" value="">
    <div id="calc-trade-in-input-error" class="error-message-text"></div>
  </div>
  <button type="submit" class="calculate-button button">Calculate</button>
  <a href="#" class="reset-link link">Reset All</a>
  <div style="clear: both;"></div>
  <div class="result"> Your monthly payment <span class="monthly-payment">$0</span>
  </div>
  <div class="disclaimer"> Please note that this calculator is for estimating purposes only and does not represent an offer. The default interest rate is for informational purposes and is not necessarily the rate offered by the financial institution.
  </div>
</form>

POST /listing/email-seller

<form method="post" action="/listing/email-seller" enctype="multipart/form-data">
  <input type="hidden" data-test="listing-email-form-hidden-id" name="id" value="77488173">
  <div class="form">
    <div class="form-line firstName name">
      <label for="firstName" class="form-label required">First Name</label>
      <input class="form-input" type="text" data-test="listing-email-form-firstName" name="firstName" value="" maxlength="40" placeholder="First Name">
      <span class="error error-message firstName_error"></span>
    </div>
    <div class="form-line lastName name">
      <label for="lastName" class="form-label required">Last Name</label>
      <input class="form-input" type="text" name="lastName" data-test="listing-email-form-lastName" value="" maxlength="40" placeholder="Last Name">
      <span class="error error-message lastName_error"></span>
    </div>
    <div class="form-line email">
      <label for="email" class="form-label required">Email</label>
      <input class="form-input" type="text" name="email" data-test="listing-email-form-email" value="" maxlength="32" placeholder="your@email.com">
      <span class="error error-message email_error"></span>
    </div>
    <div class="form-line phone">
      <label for="phone" class="form-label required">Phone Number</label>
      <input class="form-input phone-input" type="text" name="phone" data-test="listing-email-form-phone" value="" maxlength="14" placeholder="###-###-####">
      <span class="error error-message phone_error"></span>
    </div>
    <div class="form-line message">
      <label for="message" class="form-label textarea-label required">Message</label>
      <textarea class="form-input" name="message" maxlength="500" data-test="listing-email-form-message"></textarea>
      <span class="error error-message textarea-error"></span>
    </div>
  </div>
</form>

POST /listing/report-abuse

<form method="post" action="/listing/report-abuse" enctype="multipart/form-data">
  <input type="hidden" name="id" data-test="listing-fraud-form-hidden-id" value="77488173">
  <div class="form">
    <div class="safety-tip-error">Please completely fill out the form and re-submit.</div>
    <div class="fail-values form-line">
      <span class="form-label title">Check All That Apply</span>
      <span class="tip">Click on the ? next to each category below for more info</span>
      <div class="value-line">
        <label for="reportFraud-fraud" class="value-label">
          <input type="checkbox" name="report[fraud]" value="1" data-test="listing-fraud-form-fraud"> Fraud</label>
        <a class="mark"></a>
        <div class="abuse-note hidden"> Ad appears to be a fraud or scam (<a href="/?nid=391&amp;sid=222473" class="link" target="_blank">click here to view our "More Information About Fraud" page</a>) </div>
      </div>
      <div class="value-line">
        <label for="reportFraud-badinfo" class="value-label">
          <input type="checkbox" name="report[badinfo]" value="1" data-test="listing-fraud-form-badInfo"> Bad Info </label>
        <a class="mark"></a>
        <div class="abuse-note hidden"> Wrong or Deceptive Price, Wrong Phone # or disconnected. Misleading or confusing item/service description. Ad is being used to send a message rather than sell an item/service. </div>
      </div>
      <div class="value-line">
        <label for="reportFraud-miscategorized" class="value-label">
          <input type="checkbox" name="report[miscategorized]" value="1" data-test="listing-fraud-form-miscategorized"> Miscategorized </label>
        <a class="mark"></a>
        <div class="abuse-note hidden"> This ad is not in the appropriate section/subsection of the classifieds. </div>
      </div>
      <div class="value-line">
        <label for="reportFraud-inappropriate" class="value-label">
          <input type="checkbox" name="report[inappropriate]" value="1" data-test="listing-fraud-form-inappropriate"> Inappropriate </label>
        <a class="mark"></a>
        <div class="abuse-note hidden"> This ad contains inappropriate images/text which is considered to be offensive. This ad is being used to play a joke on someone. </div>
      </div>
      <div class="value-line">
        <label for="reportFraud-duplicate" class="value-label">
          <input type="checkbox" name="report[duplicate]" value="1" data-test="listing-fraud-form-duplicate"> Duplicate </label>
        <a class="mark"></a>
        <div class="abuse-note hidden"> This same ad/item/service by this seller is found elsewhere in the classifieds. </div>
      </div>
    </div>
    <div class="form-line name">
      <label for="name" class="form-label">Name</label>
      <input class="form-input" type="text" name="report[name]" data-test="listing-fraud-form-name" value="" maxlength="40" placeholder="Your Name">
    </div>
    <div class="form-line email">
      <label for="email" class="form-label">Email</label>
      <input class="form-input" type="text" name="report[email]" data-test="listing-fraud-form-email" value="" maxlength="32" placeholder="your@email.com">
    </div>
    <div class="form-line text">
      <label for="comments" class="form-label textarea-label">Additional Comments</label>
      <textarea class="form-input comments" name="report[text]" maxlength="500" data-test="listing-fraud-form-comments"></textarea>
    </div>
  </div>
</form>

<form id="adl-user-report-form" novalidate="">
  <div style="padding:0; margin: 0 0 0;">
    <div style="width:100%;display:none;height: 35px;line-height:35px;font-size:13px;padding:0 12px;color:white;background-color:#FF3860;border-radius:2px;margin-bottom:10px; " id="adl-category-error">Please make a selection.</div>
    <label style="display: block;line-height: 0; font-size: 16px; margin: 15px 0 15px;">
      <input style="margin:0 8px 0 0;vertical-align: middle;transform: translateY(-0.15em);-webkit-appearance: radio;box-sizing: border-box;" type="radio" name="category" value="Plays Sound" required=""> Plays sound </label>
    <label style="display: block;line-height: 0; font-size: 16px; margin: 15px 0 15px;">
      <input style="margin:0 8px 0 0;vertical-align: middle;transform: translateY(-0.15em);-webkit-appearance: radio;box-sizing: border-box;" type="radio" name="category" value="Adult Content" required=""> Contains adult content </label>
    <label style="display: block;line-height: 0; font-size: 16px; margin: 15px 0 15px;">
      <input style="margin:0 8px 0 0;vertical-align: middle;transform: translateY(-0.15em);-webkit-appearance: radio;box-sizing: border-box;" type="radio" name="category" value="Covers the Page" required=""> Covers the page </label>
    <label style="display: block;line-height: 0; font-size: 16px; margin: 15px 0 15px;">
      <input style="margin:0 8px 0 0;vertical-align: middle;transform: translateY(-0.15em);-webkit-appearance: radio;box-sizing: border-box;" type="radio" name="category" value="Other" required=""> Other </label>
    <h2 style="font-size:20px;font-weight:bold;color:rgb(58,58,58);text-align:left;margin:25px 0 15px;">Additional Information</h2>
    <div style="width:100%;display:none;height: 35px;line-height:35px;font-size:13px;padding:0 12px;color:white;background-color:#FF3860;border-radius:2px;margin-bottom:10px; " id="adl-text-minlen-error">Please help us by describing the ad.</div>
    <div style="width:100%;display:none;height: 35px;line-height:35px;font-size:13px;padding:0 12px;color:white;background-color:#FF3860;border-radius:2px;margin-bottom:10px; " id="adl-text-maxlen-error">Only 500 characters are allowed.</div>
    <textarea id="adl-user-feedback" style="box-sizing:border-box;resize: none; margin:0;width:100%;font-size:14px;line-height:18px;height:100px;border:1px solid #B0B0B0;padding:11px 15px;border-radius:2px;" minlength="3" maxlength="500"
      placeholder="What does the ad say, who is the advertiser, what does the ad look like?" name="user_feedback"></textarea>
  </div>
  <button type="button"
    style="margin-left:auto;margin-right:auto;margin: 20px auto 0;width:200px;cursor:pointer;background-color:#7c6bf7;display:block;color:#fff;border-radius:2px;border:none;padding:15px 40px;font-weight:700;text-align:center;box-sizing:border-box;font-size:16px;"
    id="adl-report-ad-modal__submit-button">Report ad</button>
</form>

Text Content

Skip to content
KSL homepage
KSL homepage
News
Utah
Features
U.S.
World
Voces de Utah
Idaho
Traffic
Video
Sports
Utah Jazz
Utah HC
BYU Cougars
Utah Utes
Big 12 Hotline
Utah State Aggies
Weber State Wildcats
Real Salt Lake
National
Pick'em - Pro
Pick'em - College
Beyond the Game
High School
Stats & Scores
New
Beyond Series
Beyond the Game
Brandview
Minky Couture
Salt Lake Chamber
Utah Real Estate
RC Willey
U of U Health
Intermountain Health
Retirement Planning
TV
Watch Live
Meet Our Team
Contests & Promotions
KSL Investigators
High 5
Studio 5
Outdoors with Adam Eakle
Your Life Your Health
Wednesday's Child
Read Today
Program Guide
Radio
Listen Live
Top Stories
KSL Schedule
Podcasts
Meet Our Team
Contests & Promotions
Newsletter Signup
Obituaries
Create Life Story
My Life Stories
37°
Salt LakeChange
close sub menuBack
 * Salt Lakecheck mark
 * Provo
 * Ogden
 * St. George
 * Logan

37°
Humidity 63%
Winds SE 6

9PM37°12AM38°3AM36°

VORTEX
MicroCast
Current Conditions
Cameras
Photo Contest
Weather Alerts
Outdoor Weather Planner
Air Quality
Weather Works
Snowpack
Ski Report
Marketplace
Classifieds
My Listings
Favorites
Saved Searches
Messages
Add Listing
Resources
Support
Cars
My Listings
Favorites
Saved Searches
Messages
Add Listing
Resources
Support
Homes
My Listings
Favorites
Saved Searches
Messages
Add Listing
Support
Jobs
My Listings
Favorites
Saved Searches
Add Listing
Resources
Support
Services
My Listings
List a Business
Support
Messages (0)
account - logged out
Sign InOr Create an Account
SupportSupport





CALCULATE YOUR PAYMENT

Please fix the errors below:
*Price of Item

*Interest Rate

*Months in Loan

Down Payment Amount

Amount for Trade-in (If Applicable)

Calculate Reset All

Your monthly payment $0
Please note that this calculator is for estimating purposes only and does not
represent an offer. The default interest rate is for informational purposes and
is not necessarily the rate offered by the financial institution.
sponsored by

Advertise with us

Advertise with us




EMAIL THIS SELLER

Required Field
First Name
Last Name
Email
Phone Number
Message
Cancel Continue


REPORT ABUSE FORM

Please completely fill out the form and re-submit.
Check All That Apply Click on the ? next to each category below for more info
Fraud
Ad appears to be a fraud or scam (click here to view our "More Information About
Fraud" page)
Bad Info
Wrong or Deceptive Price, Wrong Phone # or disconnected. Misleading or confusing
item/service description. Ad is being used to send a message rather than sell an
item/service.
Miscategorized
This ad is not in the appropriate section/subsection of the classifieds.
Inappropriate
This ad contains inappropriate images/text which is considered to be offensive.
This ad is being used to play a joke on someone.
Duplicate
This same ad/item/service by this seller is found elsewhere in the classifieds.
Name
Email
Additional Comments
Cancel Submit
KSL Classifieds App Buy and sell in just minutes Open
Advertise with us
Report ad
Industrial > Shop Tools
w
william
City: Sandy
Member Since 2020
Seller Type: Private
Log In To View NumberLog In To TextLog In To Email SellerLog In To Message


PAGE STATS

Listing Number77488173
Expiration DateJan 10, 2025
Page Views68
Favorited4


IMPORTANT SAFETY TIP

We work hard to protect you and this service from fraud. As with any classifieds
service please be aware of the warning signs relative to buying and selling
online. Concerned about this listing?

Log In To Flag Listing


NEW ALUMINUM ANGLE IRON 20' 2.5 3/16 EQUAL LEGS

Sandy, UT | 5 Days

68
4


$50.00


Sold
3 photos | View All
Collapse

Image undefined


DESCRIPTION

Condition New
Payment Types Accepted Cash, Venmo

We have excess angle iron from a recent project. Never cut or installed. 7
pieces available.



Asking $50 each or $300 for all of it



- 20’Length x 2.5” sides

- 3/16” thickness

- Equal leg

- Rounded inside



Located in Sandy, UT off the 1-15 90th south exit. You pick up or we can deliver
for a fee.

More from this Seller

You Might Be Interested In

View All
Lincoln Wire Matic 255 Welder

$1,350.00

2 Days

Industrial Pallet Rack/ Racking Installation

$50.00

5 Days

New grip-rite 6 x 25 concrete curing blankets

$70.00

6 Days

Advertise with us
Report ad
Advertise with us
Report ad
Advertise with us
Report ad
Advertise with us

Advertise with us



Mobile Apps | Advertise | Feedback | Contact Us | Careers with DDM | Careers
with KSL | Product Updates
Terms of use | Classifieds Terms of Use | Privacy Statement | DMCA Notice |
Manage My Cookies | EEO Public File Report | TV FCC Public File | Radio FCC
Public File | Closed Captioning Assistance
© 2024 KSL.com | KSL Broadcasting Salt Lake City UT | Site hosted & managed by
Deseret Digital Media - a Deseret Media Company



WHY ARE YOU REPORTING THIS AD?

Please make a selection.
Plays sound Contains adult content Covers the page Other


ADDITIONAL INFORMATION

Please help us by describing the ad.
Only 500 characters are allowed.
Report ad

Thank you for letting us know.

Powered by
×





COOKIE NOTICE

This website uses cookies and similar tracking technologies (pixels, beacons,
tags, etc.), belonging to us or third parties (including, but not limited to the
Meta Pixel and Google Pixel), to improve your experience, optimize performance
and our services, to understand your usage through analytics, and to personalize
advertising tailored to your interests on our site and third party sites. By
continuing to use our site, you consent to such use of cookies, etc. Please
visit our Terms of Use and Privacy Policy and Video Consent and Viewing Policy
where you can find out more about cookies and how to manage them. Your use of
our site is deemed your consent. In the case that you would like your data
removed and account deleted click here
Do Not Sell or Share My Personal Information Accept



DO NOT SELL OR SHARE MY PERSONAL DATA

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our First Party Strictly Necessary Cookies as they are
deployed in order to ensure the proper functioning of our website (such as
prompting the cookie banner and remembering your settings, to log into your
account, to redirect you when you log out, etc.). For more information about the
First and Third Party Cookies used please follow this link.
More Information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

 * FUNCTIONAL COOKIES
   
   Always Active
   
   These cookies enable the website to provide enhanced functionality and
   personalisation. They may be set by us or by third party providers whose
   services we have added to our pages.    If you do not allow these cookies
   then some or all of these services may not function properly.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

SHARE OR SALE OF PERSONAL DATA

Share Or Sale of Personal Data

Under the CPRA, you have the right to opt-out of the sale or sharing of your
personal information to third parties. These cookies collect information for
analytics and to personalize your experience with targeted ads. You may exercise
your right to opt out of the sale or sharing of personal information by using
this toggle switch. If you opt out we will not be able to offer you personalized
ads and will not hand over your personal information to any third parties.
Additionally, you may contact our legal department for further clarification
about your rights as a California consumer by using this Exercise My Rights
link.If you have enabled privacy controls on your browser (such as a plugin), we
have to take that as a valid request to opt-out. Therefore we would not be able
to track your activity through the web. This may affect our ability to
personalize ads according to your preferences.

 * TARGETING COOKIES
   
   Switch Label label
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites.    They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices