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
but without any luck. I thougt it would work, because it works within a page, and using parent.[frame].getElementById works to update some values (e.g. changing the size of frames).
I hope you can help me (because I'm going slightly mad figuring this out)
Code:
parent.[frame].getElementById([id]).innerHTML = '[updated_value]';
I hope you can help me (because I'm going slightly mad figuring this out)