I have solved my own problem and thought I would post the results for all
interested parties.  In my humble opinion, this would be appear to be a bug
with the current release of DynAPI with regards to IE 6.0 and secure
servers.

The problem is that using a LoadPanel on a secure server on IE 6.0 throws a
warning about nonsecure items on a secure page.  With Kevin Healey's
assistance, I have discovered that using an IFRAME to load causes this
error.  Switching the LoanPanel to a layer solves the problem.  I added
these two lines to my code:
    myLoadPanel.isIFrame = false
    myLoadPanel.isILayer = true
and that took care of the problem.

Hershel Robinson


_________________________________________________________
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

Reply via email to