SSL and IFrames

U

UJ

Are iframes ssl compliant? I have a web page with an iframe on it and when I
run it I get the infamous 'Secure and unsecure items' message. When I
comment it out, it works fine.

Anybody seen this before or know how to fix it?

TIA - Jeff.
 
B

Bruce Barker

yes, they are. you get the message when you set the iframe src to a http://
reference, and the container to a https:// reference or vise-versa.

-- bruce (sqlwork.com)
 
U

UJ

Bruce,
Thanks for the info. I have my web page source as was generated by my
project and I get the secure and unsecure message. If I comment out the
iframe it works fine. If I remove everything except the tag
<iframe></iframe> I still get the message about secure/unsecure. If I remove
that command with the empty tag info, then I don't get the message. So I
know it's the iframe and there's no source command.

If you have an iframe with no source, what does it assume as a default?

Any thoughts?

TIA - Jeff.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top