I'm developing a system for my company. I am opening .doc files on Google document viewer in an iFrame on a webpage and editing the file. In some case, I need to copy the selected text from google docs (in Iframe) and paste it to a textbox (outside of iFrame).
Is that possible?
It would also be great if I changed the backgroundcolor of the selected text.
Many thanks.