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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:13:43+00:00 2026-05-28T00:13:43+00:00

I have two windows, one for input and one for display. I want the

  • 0

I have two windows, one for input and one for display. I want the display window to dynamically update according to the input. I found an example online that is close to what I am doing here where I add items (in the example’s case rows). But I need them to update on the other page instead of on the input page. Hopefully that made sense.

I’m having a hard time finding solutions elsewhere but essentially I just need the display sheet to be appended to add the data from the input sheet. Thank you for your help.

  • 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-28T00:13:43+00:00Added an answer on May 28, 2026 at 12:13 am

    You need to communicate across windows, so the target or destination window should expose a function that receives data and inserts it into the document. You can declare a new function in the global scope of the destination window:

    window.addData = function(data) {
      // Append to HTML document
    }
    

    From the source window you must get a reference to the destination window, for example by opening it:

    // Open child window and call global function of child window
    var destination = window.open("destination.html", "destination");
    destination.addData(42);
    

    What makes this tricky is that you have to wait for the destination window to be loaded.

    If the window you have opened should talk to the original (opening) window, you can use this code inside the child window:

    // Call global function of parent window
    var destination = window.opener;
    destination.addData(42);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have two threads to handle windows messages. One for key/mouse input
I have two windows application, one is a windows service which create EventWaitHandle and
Let's say I have two windows services running. One service is 'Polling' - it
I have two C++ processes (A and B), executing under Windows, where one launches
I have created two forms in my Windows Application. One Form acts as a
I have two window form applications written in C, one holds a struct consisting
This one has me beat; I have a WPF window with two (important for
How can you combine two windows in Screen? I have two windows such that
i have windows application in which i am constructing dataset with two datatables one
I have two jsp(one is main page, another one is new window) and single

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.