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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:23:45+00:00 2026-06-09T23:23:45+00:00

I would like to achieve the following UI affect, really appreciated for your help

  • 0

I would like to achieve the following UI affect, really appreciated for your help or hint.

1) When a link is clicked, a window pops up to its side (preferably relative to the position of the link instead of being fixed). The link is pointed to a php-based URL.

2) The pop-up window should have some “relation” or same “name space” to the original window, for instance, passing mouse events, cross-window “scroll to”, etc.

It is doable across div’s, I am just not sure if it is also true across different windows. I don’t even find something to try with.

I am not an expert of jQuery or Web design in general, so please give your advice with sufficient details for me start. Thanks a lot.


Regarding the answers…

First of all, thank you! I am currently testing “opener”…
When I am doing this, I wonder if objects from different windows can be referenced.
For example the following code,

function mse_over()
{
  $('#'+object).css('border', '2px ridge brown');
}

which simply changes the border color of an object.

My question is in child window, can it be done if the object is in parent window (and vice versa). One way doable might be to call “mse_over” from child. But is it possible to directly access objects cross windows? Thank you.

  • 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-09T23:23:47+00:00Added an answer on June 9, 2026 at 11:23 pm

    If a window is opened via a link, it is certainly doable to manage the content both from the child to the parent and the reverse.

    You need to assign the child window to a javascript object. This example opens a new window and then changes the title of the window:

    child_window = window.open('test.php');
    
    $(child_window.document).ready(function () {
      $(child_window.document).contents().find('#title').html('New title');
    });
    

    Likewise, you can manage the parent by assigning the window.opener to an object:

    parent_window = window.opener
    

    This is core javascript, jQuery just makes some of the selectors and page manipulation a bit easier.

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

Sidebar

Related Questions

I would like to achieve the following and would sincerely appreciate your help. onclick
I would like to achieve the following: I want a free Application Lifecycle Management
I would like to achieve the following: On homepage load, display modal box Within
I would like to achieve the following, I need to generate report for multiple
I'm building a tutorialsystem with codeigniter and would like to achieve the following URL
I would like to achieve the following structure: [gfhtfg..., kgjrfg..., asd, mrhgf, ] ^-------^
I would like to achieve the following: all the workflows created should have the
I would like to achieve the following by introducing a new operator (e.g. :=
I would like to achieve a UITableViewCell to look like this image (following/tweets/etc): alt
I would like to achieve the following in a JSF1.1 environment: Gender: RadioButtonForFemale FEMALE

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.