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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:10:52+00:00 2026-06-08T01:10:52+00:00

For a frameset, i want to open a link from page of A frame

  • 0

For a frameset, i want to open a link from page of A frame by using onmouseover and open it in another B frame? when mouseover the link from A frame, it will open the page on B frame. Give a hint.

  • 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-08T01:10:54+00:00Added an answer on June 8, 2026 at 1:10 am

    When I worked with <frame> it has taking a long time ago (seven or more years).

    Because you didn’t post any html sourcode :-|, I created a theoretical situation:

    <html>
        <head>
          <script type="text/javascript">
           function nullRand () {
             //document.getElementById("frameBid").src = "myNewInternalPage.html";
               document.getElementById("frameBid").src = document.getElementById("frameAid").src;
            }
          </script>
        </head>
        <frameset cols="25,*" frameborder="no" border="0" framespacing="0" framepadding="0">
           <frame id="frameAid" name="frameAname" src="myHtmlFile.html" noresize>
           <frame id="frameBid" name="frameBname" src="" noresize>
        </frameset>
    </html>
    

    SIn my theoretical file ‘myNewInternalPage.html’ you have to instert the method call

    <a href="#" onMouseOver="parent.nullRand()">An link</a>
    

    Note: frame is not approiate to show external content. That’s why iframe exists.

    Update:

    After a hard fight with the OP I got something to my hands. Here is a solution:

    1st: Replace the old Javascript code from ‘nullRand()’ with the new one

    function nullRand (linkObject)
    {
      document.getElementById("frameBid").src = linkObject.href; // The new way to access to a frame
      //top.frames["center"]..src = linkObject.href; <-- The old way to access to a frame */
    }
    

    2nd: Modyfiy the a tag -where the radio streams are listed- as follow:

    <a href="the Url from your radiostream" ... onMouseOver="parent.nullRand(this)">...</a>
    

    So it should work. In my eyes you should think about a new concept for your task.

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

Sidebar

Related Questions

I need to access and element from within a frameset frame. For example if
Background I am presenting data using a HTML frameset. The left-side frame is a
<frameset name=main> <frame src=leftnav.php name=leftframe/> <frame src=dashboard.php name=rightframe bgcolor=#000000/> </frameset> Hey. I want to
I have a page in which I want to include frameset, as well as
I am using frame This is my code so far for middlereports.php : <frameset
Say I have a frameset with a frame where Google is loaded. I want
I have a site with a frame: <frameset cols=69%,31%> <frame src=main.php /> <frame src=result.html
I have the following code for framset display <FRAMESET ROWS=18%,* > <FRAME SRC=./views/Title_Page.html NAME=TITLE
I'm using UIImageView's animationImages to show some frames over a second. I want to
I am using following code to split my screen into two panes. <frameset cols=20%,80%>

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.