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 TouchToneTommy 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 balli

  1. balli

    getElementById in other frames

    WOOHOO, I just figured it out myself: parent.frame['frame_name'].document.getElementById('id').innerHTML = 'updated_value';
  2. balli

    getElementById in other frames

    Well, no, I'm not putting the brackets in the code. I used them to show where I put the name of the frame and the id and the new value in the code.
  3. balli

    getElementById in other frames

    I have a page where you can click on buttons in one frame, and then I'd like some numbers to update in another frame of the page. I have tried to use parent.[frame].getElementById([id]).innerHTML = '[updated_value]'; but without any luck. I thougt it would work, because it works within a page...

Part and Inventory Search

Back
Top