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

  • SEARCH
  • Home
  • 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 7487893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T14:41:01+00:00 2026-05-29T14:41:01+00:00

I have several embedded iframes on my page and I’m looking for a click

  • 0

I have several embedded iframes on my page and I’m looking for a click event inside the iframe to trigger an alert on the parent frame. (both iframe & parent frame are same domain).

iFrame HTML element (the iframe has a class of class="iframe1":

<a class="button" href="#">Trigger Parent Frame Alert</a>

iFrame jQuery:

$(document).ready(function() {  
  $('.button').click(function() {
    window.parent.triggerAlert();
  });
});

Parent Frame jQuery:

$(document).ready(function() {
function triggerAlert(){
    alert('iFrame button has been clicked');
  }
});

I’m thinking my parent frame function is incomplete – and not entirely sure the iframe can communicate with the parent DOM?

I have previously tried this alternative with no luck in the parent frame:

$('.iframe1').contents().find('.button').click(function () {
  alert("iFrame button has been clicked");
});
  • 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-05-29T14:41:02+00:00Added an answer on May 29, 2026 at 2:41 pm

    In order to make your function visible to the iframe you need to declare it as a member of the window object:

    $(document).ready(function() {
        window.triggerAlert = function (){
            alert('iFrame button has been clicked');
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page which contains several vimeo videos, embedded in the standard iframe
jsFiddle I have a DailyMotion video embedded in my page, through an iFrame, within
I have several embedded linux systems that I want to write a 'Who's Online?'
We have several fairly large JavaScript files embedded into a single script resources DLL.
I have several images that i want to be Embedded into the exe. When
I have a page which displays a different website (say www.cnn.com) in an iframe.
On our internal intranet, we have several embedded help files linked to from within
I have embedded Acrobat Reader in my WPF application, and I have defined several
We have an app for an embedded system, and we are developing several apps
I have several large embedded bitmap files in my resource project. The compiled exe

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.