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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:09:44+00:00 2026-05-30T01:09:44+00:00

<iframe id=myFrame runat=server name=main width=100% src=http://www.somewebpage.com/ /> This is simple iFrame I put on

  • 0
<iframe id="myFrame" runat="server" name="main" width="100%" src="http://www.somewebpage.com/" />

This is simple iFrame I put on my webpage. After I click on couple of buttons on that website, iframe source remains the same. But I want to be able to retrieve the changed source every time I click on buttons, links etc…

How can I achieve this?

Edit: This is the screenshot of my work. When I click on “Git” button, webpage loads on the iFrame. However, when I surf on the website, I want textbox to be updated to the source of the iFrame.

  • 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-30T01:09:46+00:00Added an answer on May 30, 2026 at 1:09 am

    Ok, here is an idea that I test it now and its work. You change the input box after the iframe loads using the onload event of the iframe

    <script>
    function HasChange(me)
    {
        document.getElementById("WhereIamId").value = 
                     document.getElementById("WhatIShowID").src;        
        return false;
    }
    </script>
    

    and the html

    <input type="text" id="WhereIamId" value="" />
    <iframe src="page1.aspx" onload="return HasChange(this);" id="WhatIShowID" ></iframe>
    

    You can use also the document.getElementById("<%=myFrame.ClientID>") to get the rendered id. After your iframe loads you update the text box with the current url.

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

Sidebar

Related Questions

document.getElementById(myFrame).setAttribute(src) = http://www.yahoo.com/; myFrame is an iframe element... when entering this into the chrome
I have an iframe that looks like this: <iframe src=http://www.google.com height=1000 width=500 id=myiframe></iframe> I
So i have this type of structure: <div id=status></div> <div id=main> <iframe src=something id=myframe></iframe>
$(document).ready(function(){ $('#button').click(function(){ $('.accordion').load('<iframe src=google.com frameborder=0 scrolling=no id=myFrame></iframe>'); }); }); This can't display the iframe
I have the following code: <td colspan=7height=200 valign=top> <iframe id=myframe name=myframe src=index.php?page=1 width=810 height=100
I have an iframe. The content is wider than the width I am setting
I have an iframe window that displays a report. To access this iframe, I
I have an iframe which does some server-side work and displays an image. We
I am trying to reload an iframe like the following: var frameObject = $('#myFrame');
For say i have a Site called example.com on which iframe is embedded of

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.