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 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

Background: I have written a bookmarklet (JavaScript) that appends an iframe to the current
I have written a very simple Chrome extension. It consists of this background page:
Background: I have an application written in Delphi that uses the Borland Database Engine
I have written an android service, that I need to run in the background
I have written an HttpModule that spawns a background thread. I'm using the thread
My problem is that I have written code in Visual C# for a background
Background: I have written a java swing based client server application. The server is
I have written a application which runs in the background. I want to write
I have written an app which can talk to server via background service to
Background I have a function that takes a config object as an argument. Within

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.