Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DevGirl

  1. DevGirl

    IE:Tabstrip control, blank pages loading on Tab page

    This is my code. When I refresh the parent page. All other pages in the IFrame do not refresh. IF I individaully refresh(ie right clicking and refreshing it it will) What shld I do? <form> <table> <tr> <td> <IE:WEbcontrol Autopostback="false"....> </IE:WEbcontrol>...
  2. DevGirl

    IE Tabstrip, blank pages loading on tab change

    This is my code. When I refresh the parent page. All other pages in the IFrame do not refresh. IF I individaully refresh(ie right clicking and refreshing it it will) What shld I do? <form> <table> <tr> <td> <IE:WEbcontrol Autopostback="false"....> </IE:WEbcontrol>...
  3. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    See here is what is happening. When I am refreshing parentpage, I am not seeing my childpage at all. parentpage has tabs, each tab points to a page <ucIE:MultiPage id="mp2" runat="server" Width="100%" Visible="true" BorderWidth="0px"> <ucIE:PageView> <iframe name= "IFrame1" id = "IFrame1"...
  4. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    Yep. Sorry. Thanx . It might be silly, but I am learning as we speak :-) One other issue I am having is refreshing the childform. Can u tell me how will I refresh childform if I Refresh the parentForm? This is a fast response site I must admit!!!!!!
  5. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    By the way this function is in the childform. This is the error. document.frames.IFrame.document is not an object
  6. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    I tried the square brackets function ShowFinancialData() { alert("blah") var doc = document.frames['IFrame1'].document alert("blah2") } Why does it never hit the second alert?
  7. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    Thanks. I could also use document.all['id'] right?
  8. DevGirl

    Accessing controls within Iframe from the page in IFrames source

    Hi, I am designing an asp.Net page. I am using IE tabstrip. When user clicks on each tab, I call a IFrame with src = "ChildWebForm.aspx" <iframe name= "IFrame1" id = "IFrame1" src="ChildWebForm.aspx" frameborder="0" width="100%" height="700px" scrolling="no"></iframe> Now I am adding...

Part and Inventory Search

Back
Top