uh, yeah..
I'm guessing that, while the page inside the loadpanal is secure..
the page OUTSIDE is not..

All items in a browser must come from https://
in order for the page to be fully secure (and for the secure icon to show)
This includes images, script, sounds.. anything in the browser..

Note I say browser, not frame..
If you have a secure document in one frame and a
non-secure doc in another, you will get the
same warning about secure and non-secure items.

There are three ways to get rid of the message.
Put your whole site on the https:// srever (expensive in many cases)
Open the secure document in a new window.
Create a 'dummy' version of your site for displaying on the secure
server..
For an example of the last one you can go to www.figure8.net and
order something via credit card
(you don't have to actually submit any credit info to see what I'm talking
about)

What you will see there is a non-framed version of the site itself..
this version look fully functional, but, when you actually click on any
links
you are redirected to an ASP on the main site which will load
the reel frameset, and load the specified section in the central frame
----- Original Message -----
From: "Hershel Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 3:01 PM
Subject: [Dynapi-Help] LoanPanel and https


> I have a page on an https server.  From that page, I call a CGI (on the
same
> server of course) with a relative URL.  The page is like this:
> https://www.myserver.net/cgi/myprog.exe
> and the URL I am loading into the LoadPanel is like this:
> mydataprog.exe?Name=Fred
>
> Everything works fine except that I get a security warning: This page
> contains both secure and non-secure items.  Do you want to display the
> nonsecure items?"
>
> My client is using IE 6.0 (and older versions as well).
>
> Anyone know what's going on?
>
> Thanks,
> Hershel
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to