Skip to main content
Inspiring
September 9, 2008
Question

Spry tabs and <cfform>

  • September 9, 2008
  • 1 reply
  • 686 views
I am using the Spry tabbed menu system on one of my pages. I'd like to add
a tab that I can use to add user data and post that info to my database.

My question is this, one the form sends its info to the processing page, how
can I get CF to send the user back to the same tab that was used to enter
the data? I know I can send a user back to the same page, but what about a
particular Spry tab, which I guess is actually just a <div>......

    This topic has been closed for replies.

    1 reply

    Inspiring
    September 9, 2008
    http://www.foundationphp.com/tutorials/spry_url_utils.php

    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Fordwebs, LLC
    http://www.fordwebs.com


    "Steve Grosz" <boise_bound@hotmail.com> wrote in message
    news:ga5rbl$56$1@forums.macromedia.com...
    >I am using the Spry tabbed menu system on one of my pages. I'd like to add
    >a tab that I can use to add user data and post that info to my database.
    >
    > My question is this, one the form sends its info to the processing page,
    > how can I get CF to send the user back to the same tab that was used to
    > enter the data? I know I can send a user back to the same page, but what
    > about a particular Spry tab, which I guess is actually just a <div>......

    Inspiring
    September 9, 2008
    Hello Ken Ford - *ACE*,


    Ok, I tried that, but I'm curious how it would work with items that are in
    the URL already. For example, I have a tab that is doing some processing
    based on ID, if I try

    page.cfm?ID=105&tab=2##TabbedPanels1 the page blows up, not displayed correctly

    On the other hand, if I set the URL as page.cfm?tab=2##TabbedPanels1&ID=105

    Then the info isn't dipslayed. I'm not sure if the query is running at that
    point......



    > http://www.foundationphp.com/tutorials/spry_url_utils.php
    >
    > "Steve Grosz" <boise_bound@hotmail.com> wrote in message
    > news:ga5rbl$56$1@forums.macromedia.com...
    >
    >> I am using the Spry tabbed menu system on one of my pages. I'd like
    >> to add a tab that I can use to add user data and post that info to my
    >> database.
    >>
    >> My question is this, one the form sends its info to the processing
    >> page, how can I get CF to send the user back to the same tab that was
    >> used to enter the data? I know I can send a user back to the same
    >> page, but what about a particular Spry tab, which I guess is actually
    >> just a <div>......
    >>