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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:46:56+00:00 2026-05-19T23:46:56+00:00

So,I have two iframes, one which is designated as showframe and represents a huge

  • 0

So,I have two iframes, one which is designated as “showframe” and represents a huge map:

<iframe src="map.xhtml" width="100%" height="400" name="showframe  

The other one contains list of all locations, which uses JS to center the first iframe on given coordinates on that map:

<a class="locind" href="javascript:window.scroll(630,820);" target ="showframe"> Location A</a>  

The point is, it works perfectly in FireFox, however, chrome doesn’t seem to be able to detect targeted frame, and centers itself instead. I googled and searched around, and found this:

<script>  
    function myScroll(id, x, y) {document.getElementById(id).contentWindow.scroll(x, y);
    }  
</script>  

<a class="locind" href="javascript:myScroll('showframe', 630,820);" >Hotel Bosna</a>  

But this doesn’t do anything when I click on the link, and I’ not sure why… Anyway, if you can find the problem with the second code, or have a better solution, please, enlighten me 🙂

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

    Please try

    <a class="locind" href="#" onclick="window.showframe.scrollTo(630,820); return false" > Location A</a>  
    

    or

    <a class="locind" href="#" onclick="parent.showframe.scrollTo(630,820); return false" > Location A</a>  
    

    assuming

    <iframe name="showframe"
    

    If you have id=”showframe” please try

    parent.document.getElementById('showframe').contentWindow.scrollTo(..)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two iframes next to each other at 50% width and am wondering
If I have two iframes, how can I match the one that HAS NOT
I have those two RxPaths which I need to be written in one expresion:
I have two iframes on a page and one makes changes to the other
I have a parent page containing two iframes. One holds navigation links and the
I have two html files, one contains the other with an iframe, and I
Have two actionsheet buttons and one modalviewcontroller on mainviewcontroller in application. Now for two
I have two DropDownListBoxes one is called ddlDay and the other is ddlMonth. As
I have two controls on a page, one is a search entry and submission
I have javascript, which is in iframe. When i check radio button in iframe,

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.