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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:46:46+00:00 2026-05-11T21:46:46+00:00

Supose I create a pop-up in home.html with something like: <a href=somepage.html target=_new>link</a> How

  • 0

Supose I create a pop-up in home.html with something like:

<a href="somepage.html" target="_new">link</a>

How can I make a link IN somepage.html change the content of the browser
window/tab that contained the original link (the windows that has home.html)?

Can this be done by plain HTML? Or do I need JavaScript?

  • 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-11T21:46:46+00:00Added an answer on May 11, 2026 at 9:46 pm

    You need Javascript.

    In somepage.html, you need a link like this:

    <a href="javascript:window.opener.changeUrl('newpage.html');">
      link to newpage.html for the opening window
      </a>
    

    and then in the home.html you need a function like so

    function changeUrl(url) { document.location.href=url; }
    

    that should do it!

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

Sidebar

Related Questions

How can I change the input port in racket? That is, suppose I create
Suppose I create an element using $(' some html ') , like this: var
Suppose I create collection like Collection<IMyType> coll; Then I have many implelentations of IMyTypem
Suppose I have a table like: create table { id numeric(5,3), code varchar(10) }
Suppose I am designing a class that can handle any database technology to create
Suppose I create a file for writing like this: std::ofstream my_file(filename, std::ios_base::out | std::ios_base::trunc);
Suppose we create a data.frame like this: > hugs_per_day <- rnorm(10) > hugs_per_day <-
I'm trying to create a Login / Register pop up div mechanism that could
Suppose I create a symbolic link file2 to a file file1 two directories above
This seemed like an easy thing to do. I just wanted to pop up

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.