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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:11:56+00:00 2026-06-07T13:11:56+00:00

Is it possible to fire events picked up by a separate browser window? With

  • 0

Is it possible to fire events picked up by a separate browser window? With JavaScript perhaps.

i.e. if my website opened up another window to display summary product information, would it be possible to notify that window to update when a different product is selected in the main window?

Needs to work in IE, but doesn’t need to work on Chrome or other browsers.

  • 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-07T13:11:59+00:00Added an answer on June 7, 2026 at 1:11 pm

    There are a couple of options.

    1. Cross-Document-Messaging allows you to pass events between windows. For this to work, you need to have a handle of the target window, which you can really only acquire if the target is either an <iframe> (e.g. through window.frames, or window.parent from the iframe’s POV) or if the target is a window opened by the current window through window.open() or window.opener from the popup’s POV.
    2. Shared Workers can connect otherwise unassociated windows much like Cross-Document-Messaging. Shared Workers are only available in Chrome and Safari, though.
    3. Server-Sent Events could use the server to proxy the communication between your otherwise unassociated windows. This reqires a round-trip to the server (so is not entirely client-based) and is not available in Internet Explorer.
    4. Web Sockets are an option, too. They too suffer from a server round trip and are not available in Internet Explorer. There is socket.io, which polyfills this functionality down to old Internet Explorers – so might be a viable solution.
    5. A hacky solution is abusing LocalStorage. It’ll work in modern Browsers and IE8.
    6. jQuery BrowserEvent was something I played with way back when. It abuses the window.event and browsers’ local storage capabilites to simulate passing events between browsers. This is nothing you’d want to use in a production environment, though.

    German fellows may want to check out Kommunikations-APIs in HTML5 – Welche wann nutzen?

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

Sidebar

Related Questions

Is it possible to programmatically fire mouse events in DOM? My sample case would
I know it is possible to add listeners to events that fire after the
Is it possible to fire event from service to connected clients without request from
Is it possible to fire an event when a checkbox is ticked, and a
Hi is it possible to fire pageindex changing event of a gridview with in
Is it possible to fire up nvelocity routing mechanism outside the context of request
Possible Duplicate: Android: How to fire onListItemClick in Listactivity with buttons in list? i
Possible Duplicate: && operator in Javascript In the sample code of the ExtJS web
Is it possible to determine which div is currently in the browser's view, and
Is it possible to use type variance in CDI events? here is the case:

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.