I have an iframe on a webpage. This iframe is sourced to (that is, shows the contents of) a .txt
file on my server.
I would like to implement a button (that sits outside of the iFrame, of course) that, when clicked, Selects All the text in the iFrame.
Is this possible? (For example, via jQuery/JavaScript.)