Results 1 to 3 of 3

Thread: FF1+ IE5+ Opr7+ Dynamic-FX Slide-In Menu (v 6.5)

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

    Default FF1+ IE5+ Opr7+ Dynamic-FX Slide-In Menu (v 6.5)

    http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    taken from the ssmItems.js file

    ///////////////////////////

    // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
    ssmItems[0]=["Menu"] //create header
    ssmItems[1]=["Dynamic Drive", "http://www.dynamicdrive.com", ""]
    ssmItems[2]=["What's New", "http://www.dynamicdrive.com/new.htm",""]
    ssmItems[3]=["What's Hot", "http://www.dynamicdrive.com/hot.htm", ""]
    ssmItems[4]=["Message Forum", "http://www.codingforums.com", "_new"]
    I got the menu in a frameset (frame1) and want it to open the links in the other frame "frame name=main" or frame2.htm but
    in ssmitems[4] (or any other)the target is "_new" if i changes it to _top it starts in the same window and with "_main" it starts in the same frame and not in frame named main....i tried "_frame2.htm" but it dont work either,there is no fault in my setup of the frameset...what is the correct command?

  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

    Use main instead of _main
    - John
    ________________________

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

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

    Default

    Ahhh doh...tried everything else....Im am a moron...thanks for the help

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
  •