OT: SSL issues with IFRAMES

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default OT: SSL issues with IFRAMES

    We have a site that needs to run with SSL on. The main page has various
    IFRAMES. The SRC attributes of these IFRAMES need to be assigned
    dynamically at runtime in javascript via each frames 'onload' event. The
    page that is being assigned is in the same application.

    However, SSL, seems to think that if you are assigning the SRC at runtime,
    then it may be a security problem, and brings up the SSL warning.

    However, the content is completely secure - we are using a relative page
    url, that is sitting in the same app. So something like
    'somepage.aspx?somevar=someval'.

    Any suggestions on how to fix this with the current setup?


    Marina Guest

  2. Similar Questions and Discussions

    1. iFrames for CS3
      Does anyone know before I buy it, if the iFrames Suite extensions work with Dreamweaver CS3? I'd like to put a frame of text (requiring a...
    2. iFrames
      Hi, when I make a page in photoshop, do my rollovers in imageready , bring it to dreamweaver, make an iframe from a slice made in ps or ir, the...
    3. DW 04, Contribute and iframes
      Hey, I am the administrator to http://www.caitlin-labradoodles.co.uk/. I made the site in Dreamweaver MX 04 and my clients use Contribute 3.1 to...
    4. iframes???
      What are some of the drawbacks to iframes. When are they good and why should you use them. Thank you. B
    5. Help with IFrames
      Hello I have a main pgae and I load an Iframe based on when the user clicks the tree nodes ,but when I save some records on the Iframe they should...
  3. #2

    Default Re: SSL issues with IFRAMES

    Found an answer.

    For anyone interested, set the 'src' attributed initially to any file - a
    blank html file is fine. Then, resetting the src attribute doesn't cause
    this problem.

    "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    news:us1uBZCYDHA.652@tk2msftngp13.phx.gbl...
    > We have a site that needs to run with SSL on. The main page has various
    > IFRAMES. The SRC attributes of these IFRAMES need to be assigned
    > dynamically at runtime in javascript via each frames 'onload' event. The
    > page that is being assigned is in the same application.
    >
    > However, SSL, seems to think that if you are assigning the SRC at runtime,
    > then it may be a security problem, and brings up the SSL warning.
    >
    > However, the content is completely secure - we are using a relative page
    > url, that is sitting in the same app. So something like
    > 'somepage.aspx?somevar=someval'.
    >
    > Any suggestions on how to fix this with the current setup?
    >
    >

    Marina Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139