0

I have to display multiple site pages on my website.

I would like to display one page from each site on a single page.

I guess it is best to use iframe?

How could a user copy the URL of the original webpage out of the iframe?

Currently I use YouTube embedded iFrame

<iframe width="560" height="315" 
    src="https://www.youtube.com/embed/8gESFEtIx1A" frameborder="0" 
    allowfullscreen>
</iframe>
jwpfox
  • 5,124
  • 11
  • 45
  • 42
  • So you are trying to give users option to copy the webpage address, that is loaded inside an `iframe` ? – Searching Nov 15 '16 at 04:12
  • Possible duplicate of: http://stackoverflow.com/questions/44359/how-do-i-get-the-current-location-of-an-iframe – icecub Nov 15 '16 at 04:17

0 Answers0