Show only part of the Iframe

0

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.

    
asked by Jenio158 16.11.2017 в 22:53
source

1 answer

0

As such, if your iframe is already showing, the only thing that would be necessary would be to define the width and height that this should occupy on your page. On the other hand, you should try the frame tag, since iframe is currently obsolete and its security is null.

    
answered by 16.11.2017 в 23:00