Load external web page : x-frame options

  1. #1

    Load external web page : x-frame options

    Hello,

    I want to load an external web page in a TabPanel using the "load" javascript method of the ActiveTab.
    It worked perfectly but no more now!
    I check the header response and I have a X-Frame Options set to : SAMEORIGIN from the external web site.

    Is there any way to display the page ?

    Thanks,
    Yannis.
  2. #2
    Hi,

    Please provide a sample to reproduce the problem.
  3. #3
    Here a sample of code :
    <ext:Panel ID="pnlBody" runat="server">
    </ext:Panel>
    And in .cs file :
    protected void Page_Load(object sender, EventArgs e)
    {
      pnlBody.AutoLoad.Url = "http://www.google.com";
      pnlBody.AutoLoad.Mode = Ext.Net.LoadMode.IFrame;
    }
    I think it is due to the X-Frame options set to SAMEORIGIN

    Thank you,
    Yannis.
  4. #4
    Goggle forbade a possibility to load its site into an iframe.

    Please try:
    pnlBody.AutoLoad.Url = "hrrp://ext.net";
  5. #5
    I saw that it is allow to see the content of other web sites like your sample.

    But for me it is important to view Google content into my web site (thru a frame, window, div, ... or what else).
    Is there anyway to do that ?
    Or the only way is to make a link specifying a target="_parent" for example ?

    Thank you,
    Yannis.
  6. #6
    Well, no way with iframe, it's restricted on Google side.

    Yes, you could open this site in a new browser window.

Similar Threads

  1. [CLOSED] Calling a Javascript function of Child page from Popup (inside Frame)
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 27, 2011, 6:00 AM
  2. [CLOSED] can't load XRegExp twice in the same frame
    By krzak in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 25, 2011, 4:41 PM
  3. [CLOSED] Stop treepanel to load data on page load
    By inayath in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 11, 2011, 10:17 AM
  4. Add a tab to tabpanel from external page
    By marcozzz in forum 1.x Help
    Replies: 0
    Last Post: Feb 16, 2010, 8:48 AM
  5. Load External Website into an
    By Kamal in forum 1.x Help
    Replies: 3
    Last Post: Jul 25, 2009, 6:16 AM

Tags for this Thread

Posting Permissions