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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:30:35+00:00 2026-05-13T19:30:35+00:00

I have an ASP page that contains an iframe. I’ll call it the main

  • 0

I have an ASP page that contains an iframe. I’ll call it the main page. I need to set a hidden field’s value in the main page once the iframe has finished loading. The iframe is an ASP page that has a hidden field that is set during its page_load. It then needs to pass this value into a hidden field on the main page.

I have an onLoad hander in the iframe page calling a javascript method in the main frame. I had to put a delay in the function where it addresses some telerik controls because it couldn’t find them otherwise. Seems that the page hasn’t finished initializing.

Questions:
Is there a better way to do this?
Is there a “page is ready” event?
Is there a way to get these pages synched up so I don’t need time delays?

Thansks,
Brian

In the iframe page I do

  window.onload = doLoad;

  function doLoad() {
      window.parent.SetHitCount(document.getElementById("<%=hdnHitCount.ClientID %>").value);
      return;
  }

In the main page, I have this javascript function:

  // called from document iframe to set the hit count
  function SetHitCount(count){
        var hdnHitCount = document.getElementById("<%=hdnHitCount.ClientID %>")
        hdnHitCount.value = count;
        // set in the toolbar. needs a delay so the telerik controls will be ready
        window.setTimeout(function() { 
            var toolbar = $find("<%=RadToolBarDocument.ClientID%>");
            if (toolbar != null) {
                var button = toolbar.findItemByValue("NumberOfHits");
                button.set_text("<%= Resources.Review_Document.Hits %>" + hdnHitCount.value);
            }
       }, 1000); 
  }
  • 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-13T19:30:35+00:00Added an answer on May 13, 2026 at 7:30 pm

    It seems like your problem has nothing to do with the IFrame, since the hdnHitCount value is being obtained with no problem.

    Rather, you have a timing issue – the control is not always available when the value is.

    The hardcoded timeout is not a good solution. What if the control initialization takes longer than a second (for example on slower machines/connections)?

    The right way to do it is to set up a system where both the control initialization and the SetHitCount function will both check if the other has already happened:

    • If when SetHintCount is run, the control is available, run your logic, otherwise, save the hit count to some variable
    • If when the control is initialized this variable is set, populate the control from its value. Otherwise, SetHitCount has not executed yet and will populate the control when it does.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.Net page that contains a <div> with an <img> tag within.
I have an ASP.NET page that contains two div's. Both have search fields and
I have a ASP.NET web page that contains many textboxes. Each textbox has a
I have a page which contains a html.RenderPartial, that renders an ASP.NET MVC partial
I have a usercontrol that is in an asp.net page that contains a button.
I have an ambitious requirement for an asp.net 2.0 web page that contains a
I have an ASP.NET Page that contains a User control called ReportCtrl (my own
Is it ok and possible to have a classic ASP page that only contains
I have an ASP.NET page that contains a form and a button. In order
I have an asp.net web page with a form that contains a series 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.