Results 1 to 3 of 3

Thread: Dhtml IE Window & HTTPS

  1. #1
    Join Date
    Apr 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dhtml IE Window & HTTPS

    DHTML Window IE
    http://www.dynamicdrive.com/dynamici...htmlwindow.htm

    Hello,

    I have implemented the above script at www.performancenutritionals.com. I am running into problems once I enter the secure portion of the site (after putting something in the cart, and then checking out) and get a window saying "this page contains secure and non secure items...." It seems that the problem can be traced to this statement: <iframe id="cframe" src="" width=100% height=100%></iframe>

    Does anyone have any ideas what I can do so that I don't scare away my customers?

    Many thanks in advance,
    Andrew

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, the problem with secure pages is that if something not from the secure area is displayed on it, it will give you that message. To avoid that, just make sure all content called by the dhtml window is in the secure area. If it is the mere mention of the iframe's source as being blank to begin with, you can simply use the name of a secure page in there instead of leaving it blank. If you can create a blank secure page to use for this it will not change the behavior of the script at all. Using a secure page with content will result in that content sometimes getting displayed very briefly on the dhtml window's load.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Code to make my site secure???

    Hello to all and anyone who can help.... I am trying to make a secure site. If you could please help me.... if there is a code without a password or something to help me in making my site secure I would greatly appreciate it. Thank HOWD =)

Bookmarks

Posting Permissions

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