Results 1 to 6 of 6

Thread: Jim's DHTML Menu on SSL

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

    Default Jim's DHTML Menu on SSL

    I am trying to get this menu to work on a SSL page however no matter what I try it always seems to come up with the " this page contains secure and nonsecure..." popup box.

    I have the page with the following in it:

    HTML Code:
    <script type="text/javascript" src="https://svr51.edns1.com/~qefcom/includes/browser2.js">
    
    /***********************************************
    * Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
    * Visit Dynamic Drive: 
    * This notice must stay intact for use
    ***********************************************/
    
    </script>
    <script type="text/javascript" src="https://svr51.edns1.com/~qefcom/config2.js"></script>
    and in the browser2.cs I changed the line to:

    var buildDir = "https://svr51.edns1.com/~qefcom/includes/";

    but still I get the pop-up box..

    Any ideas?

    Thankyou

  2. #2
    Join Date
    Jun 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just wondering if anyone had a solution for this?

    Has anyone used jim's DHTML menu on a SSL page before with success?

    Thanks

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

    Default

    I have the same problem. works fine, except on https: secure pages it always gives me the same this page contains both secure and non-secure items. It only effects ie55-build.js file. Other browsers it doesn't do it.

    Any help from any one??

  4. #4
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i have the same problem with ie and https... pLease HEEEEEEEEEEEEEEELLLLLLLLLPPPPP

  5. #5
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fix

    Hi,
    Workaround:

    Search for this line in ie55-build.js (maybe 686th line):

    iframe.src = "";

    And change it to:

    iframe.src = "empty.html";

    Create an empty empty.html file on the same context where your html-jsp-php file visible for the browser.

    Use this empty.html file on all iframes and frames with empty content (don't use src="_blank" or src="")

    So empty src according to IE is unsecure...

  6. #6
    Join Date
    Feb 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi guys

    i saw that you are using jim's menu.. i don't have the answer to your question but maybe you can solve my problem..

    are you getting problems with the menu in IE6? my menu works fine in IE7 and Firefox, but not in IE6 because the positioning coordinates are not the same..

    are you having this problem????

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
  •