Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Cross Frame Menu

    Hi

    I am fairly new to cold fusion and would like to know if it is possible to
    make cross frame menu in cold fusion . I like to make a menu that the top part
    of the menu will be in one frame and when the user click on the menu the drop
    down part of the menu will be in another frame of the web page . I am trying
    with Microsoft Front page & Java Script and it did not work .
    Any help is appriciated

    Thank You

    kmandal Guest

  2. Similar Questions and Discussions

    1. menu drop over frame
      Without wanting to use third party software like so-dhtml etc, how would i go about getting a drop down menu in a top frame, to drop over the main...
    2. cross browser, platform dynamic menu
      Yet again, you guys probably hate me by now. I wanted to know if this type of menu is possible, cross-platform, and browser compatiable. I over...
    3. Extreme Cross-Browser Compliant Menu
      Hi, I downloaded and installed the evaluation version of the 'Extreme Cross-Browser Compliant Menu' = Menu Hot Sauce. Unfortunately I am...
    4. pop-up menu behind a frame
      Hello, Pop up menus will really go behind an active contents. Please go over the TechNote that explains it. ...
    5. Menu in a frame
      I recently made a flash menu for my site, but it sits in a seperate frame. Anytime I try to get the target of a link to be the main frame, it either...
  3. #2

    Default Re: Cross Frame Menu

    I don't know if this is what you mean, but I have an application that does
    exactly that, but all you have to do is specify the target attribute of the <A
    HREF....> tag for the frame in which you want the "submenu" displayed.

    Eg. On your menu..

    <a href="option1.cfm" target="mainframe">Option description</a>

    Tanya

    Rustywater Guest

  4. #3

    Default Cross Frame Menu

    Hi,

    I just stuck in creating a Cross Frame MEnu. Can anybody help me in this.


    Thanks
    Bighnaraj Guest

  5. #4

    Default Re: Cross Frame Menu

    There is no practical way to make a layer (that's how drop-down menus work)
    cross the boundary between two separate frames (i.e., two unique HTML
    pages).

    It is true. Your choices are limited now -

    1. DUMP THE FRAMES - you would not be having this problem in a non-framed
    site.
    2. Redesign your menus so that they do not need to span a frame boundary.
    3. Redesign the frameset so that you leave enough room for the largest
    popup.
    4. Move the layer code for the popups from the page in the navigation frame
    to each page in the content frame.
    5. DUMP THE FRAMES - you would not be having this problem in a non-framed
    site.

    I recommend either #1 or #5, depending on what your needs are. You just
    have no idea the horrors that await you if you continue with the frames.....
    8)


    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Bighnaraj" <webforumsuser@macromedia.com> wrote in message
    news:e2a107$kql$1@forums.macromedia.com...
    > Hi,
    >
    > I just stuck in creating a Cross Frame MEnu. Can anybody help me in this.
    >
    >
    > Thanks

    Murray *ACE* Guest

  6. #5

    Default Re: Cross Frame Menu

    I have a modified version of the FireWorks menu.js that allows Murray's #4 suggestion if you want it, I did this ages ago before I realised points #1 and #5

    Andy
    byardaj Guest

  7. #6

    Default Re: Cross Frame Menu

    And before you realized how bloody awful the FW menus were, and what a nasty
    solution it is to move the layers into the content frame?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "byardaj" <andybyard@mac.com> wrote in message
    news:e2bnb2$15t$1@forums.macromedia.com...
    >I have a modified version of the FireWorks menu.js that allows Murray's #4
    >suggestion if you want it, I did this ages ago before I realised points #1
    >and #5
    >
    > Andy

    Murray *ACE* Guest

  8. #7

    Default Re: Cross Frame Menu

    Originally posted by: Newsgroup User
    And before you realized how bloody awful the FW menus were, and what a nasty
    solution it is to move the layers into the content frame?


    Murray
    We used our code for generating FW menus on about a dozen intranet web
    applications and we found them to be quick and easy to use (i.e. once the code
    was written setting up a menu was just a case of populating a database with
    menu options), in hindsight it would have been easier to ditch frames and not
    have to mess about with cross frame stuff.
    We have now changed technology from .ASP to Java/XLM/XSLT so maybe its time to
    switch to a better menu system.
    My problem is that I have to justify to my boss why the change is necessary?
    Can you give me a few bullet points as to why something like the projectseven
    menus are so much better.
    Any comments gratefully received.
    Regards
    Andy

    byardaj Guest

  9. #8

    Default Re: Cross Frame Menu

    [url]http://apptools.com/rants/jsmenu.php[/url]
    [url]http://apptools.com/rants/menus.php[/url]

    The PVII menus are like tiny little grains compared to the monstrous size of
    the FW menus. This is particularly true with the FW8 menus - I looked at a
    page not long ago that had nearly 3000 lines of CSS, *ALL* related to the
    pop-up menus. And, to try to troubleshoot that byzantine markup just gives
    me the willies....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "byardaj" <andybyard@mac.com> wrote in message
    news:e2cor6$83b$1@forums.macromedia.com...
    > Originally posted by: Newsgroup User
    > And before you realized how bloody awful the FW menus were, and what a
    > nasty
    > solution it is to move the layers into the content frame?
    >
    >
    > Murray
    > We used our code for generating FW menus on about a dozen intranet web
    > applications and we found them to be quick and easy to use (i.e. once the
    > code
    > was written setting up a menu was just a case of populating a database
    > with
    > menu options), in hindsight it would have been easier to ditch frames and
    > not
    > have to mess about with cross frame stuff.
    > We have now changed technology from .ASP to Java/XLM/XSLT so maybe its
    > time to
    > switch to a better menu system.
    > My problem is that I have to justify to my boss why the change is
    > necessary?
    > Can you give me a few bullet points as to why something like the
    > projectseven
    > menus are so much better.
    > Any comments gratefully received.
    > Regards
    > Andy
    >

    Murray *ACE* Guest

  10. #9

    Default Re: Cross Frame Menu

    Thanks Murray
    Some good points raised in those two articles (so I'm not the only person who
    dislikes the I-beam cursor in menus rendered in Firefox) I think I'll have a go
    with the simple VII menus... just one point... do they work across frames
    (joke!).
    Andy

    byardaj Guest

  11. #10

    Default Re: Cross Frame Menu

    I'm not laughing (although I did a slight snort). 8)

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "byardaj" <andybyard@mac.com> wrote in message
    news:e2d8or$oki$1@forums.macromedia.com...
    > Thanks Murray
    > Some good points raised in those two articles (so I'm not the only person
    > who
    > dislikes the I-beam cursor in menus rendered in Firefox) I think I'll have
    > a go
    > with the simple VII menus... just one point... do they work across frames
    > (joke!).
    > Andy
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139