Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8291793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:15:16+00:00 2026-06-08T13:15:16+00:00

I have an iframe and I want to set it’s border to zero. But

  • 0

I have an iframe and I want to set it’s border to zero.

But I want to do this from inside the iframe, using javascript or jQuery.

How to do this? Many thanks in advance,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T13:15:17+00:00Added an answer on June 8, 2026 at 1:15 pm

    If the parent is on a different origin, you can’t do it, because access to the parent’s content is forbidden by the Same Origin Policy.

    If the parent document is on the same origin, this should do it:

    (function() {
      var frames = window.parent.document.getElementsByTagName("iframe"),
          index,
          frame;
    
      for (index = 0; index < frames.length; ++index) {
        frame = frames[index];
        if (frame.contentWindow == window) {
          frame.frameBorder = "none";
        }
      }
    })();
    

    Live example | source of parent | source of frame

    Note that it’s important to use == rather than === when comparing the window properties (unusually, window is special).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a iframe that i want to open pdf's into from a list
I have an iframe embedded inside a fan page of FB, and I want
I have this wonderful iFrame that has wonkey dimensions that I want to change
I am loading a set of images from another page using jquery load() function.
I have a form inside an iframe that needs to be manipulated from the
I have a window containing an iframe (same origin), so scripts from this iframe
I have following link in a.aspx file: <a href=a.htm target=iframe>A</a> I want to set
I have an Iframe inside of a page that has the src set to
Goal: I want to scrape the word Paris inside an iframe using cURL. Say
I have an iframe that contains some content from a site. I want the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.