I want to show, from the iframe that contains the page, only the part where the random string generated by it is.
<iframe src="https://www.random.org/strings/?num=1&len=12&digits=on&upperalpha=on&loweralpha=on&unique=on&format=html&rnd=new"/>
I have the code, but I do not know how to show that part and hide everything else. I just want the string that is generated on the page to be seen.
I hope you made me understand.