Results 1 to 2 of 2

Thread: HV Menu v5.5 and IE 6.0

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

    Angry HV Menu v5.5 and IE 6.0

    Has anyone encountered a problem with HV Menu v5.5 and the IE 6.0 browser (maybe earlier versions too) where:
    a) Frames are used
    b) The second and subsequent levels of menu are in a different frame from the first level
    c) A "Refresh" in the frame for the first level results in an error and the menu is lost without a "Refresh" of the whole window, error is "Can't execute code from a freed script"

    in menuside_var.js this works:

    var FirstLineFrame='Menu';
    var SecLineFrame='Menu';
    var DocTargetFrame='Content';

    but this will allow the error to be created:

    var FirstLineFrame='Menu';
    var SecLineFrame='Content';
    var DocTargetFrame='Content';

  2. #2
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have the same problem... do you resolve this ?

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
  •