[CLOSED] Window IFrame + https and ssl

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Window IFrame + https and ssl

    Hi All,
    When hosting my site under SSL https ext.net works fine but when I try to load a nonsecure site to the below ext window a get a browser warning about the site being non secure and I can stop the iframe of the ext window loading or ok it.
    <ext:Window runat="server" Modal="True" ID="winOnline">
            <AutoLoad Mode="IFrame" Url="javascript:''">            
            </AutoLoad>
        </ext:Window>
    
    var setOnlineWindowUrl = function (url, title) {    var winOnline = Ext.getCmp('winOnline');    winOnline.setTitle(title);    winOnline.show();    winOnline.load(url);};
    
    <a href=\"#\" onclick="setOnlineWindowUrl('http://foobar.com', 'foo-bar')"  \">More...</a>
    Is there a way around this?

    Regards,
    moth1
    Last edited by Daniil; Jan 24, 2012 at 7:32 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please clarify is the question related to Ext.NET v1.x or v2.x?
  3. #3
    Moved to the 1.x Premium Help forum.

    Regarding the question.

    Hope this helps.
    http://www.sslshopper.com/article-st...s-warning.html

Similar Threads

  1. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  2. [CLOSED] Ext is not defined / https
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 19, 2011, 9:44 PM
  3. [CLOSED] Bug with Window and Iframe mode
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 19, 2010, 11:18 AM
  4. Replies: 8
    Last Post: Jun 24, 2010, 10:07 AM
  5. [CLOSED] BodyStyle in window with iframe?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2009, 11:41 AM

Posting Permissions