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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:27:04+00:00 2026-05-18T01:27:04+00:00

Background: I have written a bookmarklet (JavaScript) that appends an iframe to the current

  • 0

Background: I have written a bookmarklet (JavaScript) that appends an iframe to the current page you are viewing. This iframe’s src attribute is pointing to a form back on my application.

Problem: I am trying to utilize addEventListener to detect if that form has been submitted. However, I don’t seem to be able to access the elements within the iframe.

For example:

document.getElementById(remote_form_id).addEventListener("submit",afterSubmit,true)

does not work because the getElementByID call is returning null.

My current work-around is to add an event listener on the iframe to listen for a “load” action and then call an intermediary function that ups a counter because I know how many times the iframe will be loaded before I need to call afterSubmit().

document.getElementById(marklet_iframe_id).addEventListener("load",listenForSubmit,true)

function listenForSubmit(){
    if (count==1){afterSubmit();}
    count++;
}

Basically, I’m looking for a best practice cause this is a crap approach.

  • 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-18T01:27:04+00:00Added an answer on May 18, 2026 at 1:27 am

    Although it doesn’t work in IE, you may want to look at the postMessage method of the pages’ window objects. It allows you to asynchronously send string data between windows, even when direct access would be forbidden by the same-origin policy.

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

Sidebar

Related Questions

I come from a C# background but we have an app that is written
Background I have an application written in native C++ over the course of several
Background: I have an application written in native C++ which uses the wxWidgets toolkit's
Background: I have a kubuntu laptop right now that I can't use wirelessly, i.e.
Background: we have an application that generates reports from HTML (that may or may
I've written a bookmarklet to look a word up in a Chinese dictionary: javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('%E8%AF%8D%E8%AF%AD',''))};if(Qr)(function(){window.open('http://nciku.com/search/all/'+Qr);})();
Background: I have written a generic logging library in .NET 3.5. Basically the developer
Background I have written very simple BBCode parser using C# which transforms BBCode to
First, a little background : I have written a little application in python with
Background: I have a website that has been built with ASP.NET 2.0 and is

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.