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 9152867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:09:34+00:00 2026-06-17T12:09:34+00:00

(using jquery or just js) Is it possible to add script to an iframe

  • 0

(using jquery or just js)
Is it possible to add script to an iframe and then add an element to trigger it? This adds the script but it gives me an error in Chrome saying that the function is undefined.

        //create element
        var cloned = $("<input type='button'/>")

        cloned.attr('onclick', "alertUser()");
        var parent = $("#parent");
        var iframe = $('<iframe />').attr("id", "rbm_pu");
        parent.append(iframe);
        var frame = $("#rbm_pu").contents();
        frame.find("body").append(cloned);
        frame.find('body').append("<script type='text/JavaScript'>function alertUser(){alert('hello');}</script>");

It appears in there but says that alertUser() is undefined. Any ideas? Thanks

  • 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-17T12:09:35+00:00Added an answer on June 17, 2026 at 12:09 pm

    This fiddle should lead you to the correct way:
    http://jsfiddle.net/vsXYA/2/

    <div id='parent'></div>
    
    // first, create button and assign the callback
    var button = $("<input type='button' value='click me' />");
    button.click(function() {
        alert("hello");
    });
    
    // then, append the button to the freshly created iframe
    $('<iframe id="someId"/>')
        .appendTo('#parent')
        .contents().find('body')
        .append(button);
    

    If you insist on defining the function as a string (and I strongly discourage you from doing that), this works: http://jsfiddle.net/vsXYA/5/

    (Took some info from https://stackoverflow.com/a/4120007/729403 and https://stackoverflow.com/a/3603496/729403)

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

Sidebar

Related Questions

Possible Duplicate: How to add dynamically a combobox using jQuery Look, I've this working
Hard to explain this one, but here it goes: I'm using jQuery to add
I have some tabs using jQuery UI which work just fine, but I want
Let me preface this question. I have just started using jquery, so please be
anyone using the jQuery Elastic plugin around here? Pretty handy but I just don't
I am using a script from http://www.yourinspirationweb.com/en/jquery-how-to-create-a-news-ticker-with-just-a-few-javascript-lines/ which is a great newsticker, designed to
I was just wondering how it's possible to zoom in a pic using jquery,
I have just started using jQuery and although following code gets the job done,
I just want to fire an event when an input changes value using jQuery
I'm just getting started with ASP.NET MVC. I'm going to be using JQuery on

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.