I have a webpage where there is a texarea within a iframe. I need to read the value of this textarea from its child page javascript. Presently by using window.parent.getelementbyID().value in the javascript, I am able to fetch values of all controls in the parent page except the textarea within the iframe. The frame id n frame name in my parent page changes in runtime, hence we cannot use the frame id/frame name for reference.
Can anyone please give me any pointers to resolve this issue? Thanks in Advance, Archana