How can I copy a text from a cross-domain iframe and paste it in a textarea of my main page?
I can use javascript, swf or anything. Some user-interaction is expected.
How can I copy a text from a cross-domain iframe and paste it in a textarea of my main page?
I can use javascript, swf or anything. Some user-interaction is expected.
Ask the user to select the text from the frame and paste it into your text area.
There is no way to automate this; the contents of a cross-domain frame are completely off-limits to Javascript running on your site. Sorry.