I am not able to open link inside iframe. If I open w3schools.com it works fine. but for google, facebook it not able to see it in iframe.
<!DOCTYPE html>
    <html>
    <body>
    <iframe src="http://www.facebook.com" height="800px">
      <p>Your browser does not support iframes.</p>
    </iframe>
    </body>
    </html>
 
     
    