Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other how to open https website in iframe or any html page

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #43238

    how to open https website in iframe or any html page
    any idea

    in my project all http site open correctly but not https

    #127434
    Paulie_D
    Member

    How are you calling the iframe?

    #127443
    Anonymous
    Inactive

    You need to give the iframe a name and any link you want to display on the iframe needs a target. Like this.


    link

    Heres a pen of my website which has an iframe so you can better see what i mean.
    [Pen](http://codepen.io/Jarolin/pen/bwLJs “”)

    #127502

    #127571

    help please

    #127574
    CrocoDillon
    Participant

    Actually your own example with the eff.org secure website does work.

    But the google.com and facebook.com don’t, because:

    Refused to display ‘https://www.google.nl/’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.

    Refused to display ‘https://www.facebook.com/’ in a frame because it set ‘X-Frame-Options’ to ‘DENY’.

    #127580

    any other soulution

    #127582
    CrocoDillon
    Participant

    Uh yeah…? Don’t use google and facebook for testing and check your console for errors more.

    Would need a live demo for better suggestions.

    #127584

    yaa all http website works in iframe but not htttps …..

    is there any solution for .. https website open in iframe or or any html page ????

    #276468
    GRPraj009
    Participant

    I too facing same problem, pls any solutions?

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Other’ is closed to new topics and replies.