Results 1 to 3 of 3

Thread: HV Menu and exmplmenu_var.js

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

    Default HV Menu and exmplmenu_var.js

    I am having difficulty in displaying the HV Menu I adjusted through changing parameters in exmplmenu_var.js.

    I know the script works because I can see it on the page. However, on my homepage, I am using IFRAME to view the site that has the HV Menu. Through the IFRAME, I can't see the menu but I can see the menu when I open the page on its own browser (that is, out of IFRAME).

    What am I doing wrong and how can I correct this problem?

    Thank you.

  2. #2
    Join Date
    Jan 2005
    Location
    Seattle
    Posts
    53
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    this menu have a sniffer for frames.

    Name your iframe: <iframe name="MyIframe" ............

    Set something like this:
    var FirstLineFrame="MyIframe";
    var SecLineFrame="MyIframe";
    var DocTargetFrame="MyIframe";

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

    Default

    that solved the problem! thanks.

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
  •