[Solved] how to load the text in another textarea where the textarea is within iframe


Are you meaning that the filename what you want to load is contained in parent.frame_name1.iframe_name1.form_name1.textarea_name1 ? In this case you should change the <input type="file"/> value dynamically, which is not supported by browsers (it would be a security issue).

solved how to load the text in another textarea where the textarea is within iframe