Results 1 to 5 of 5

Thread: drop down menu in a FP 2003 frame

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

    Default drop down menu in a FP 2003 frame

    first of all - great site! I just came across it this weekend and there is a bounty of good info up here.

    I am trying to implement your drop down menu, http://www.dynamicdrive.com/dynamici...pmenuindex.htm , into a frame with frontpage 2003. a couple questions:

    - how do I set up a target frame on one of the pulll down menu items?

    - apparently the frame must be tall enough to accept the largest pull down menu? I assume it is hard coded into frames that a menu cannot bled over into an adjourning frame?

    thanks, kenbo

  2. #2
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    Quote Originally Posted by kenbo
    - how do I set up a target frame on one of the pulll down menu items?
    In the line that has the link:
    Code:
    menu1[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br>'
    Add target="frameName", where frameName is obviously the name of the frame you want to change.

    Code:
    menu1[0]='<a href="http://www.javascriptkit.com" target="frameName">JavaScript Kit</a><br>'
    Quote Originally Posted by kenbo
    - apparently the frame must be tall enough to accept the largest pull down menu? I assume it is hard coded into frames that a menu cannot bled over into an adjourning frame?
    Not necessarily, some menus can cross into another frame, but that usually requires a lot of javascript...so only a select few will. (HV Menu, I believe, is one)

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

    Default

    looks good -thanks for the tip.

    kenbo

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

    Default

    Sothink DHTMLMenu can create cross frame menus.
    Here is the URL:
    http://www.************/webtools/dhtmlmenu/index.htm

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

    Default

    Sothink DHTMLMenu 5.0 has released with a new interface and new features.
    http://www.************/webtools/dhtmlmenu/index.htm

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
  •