Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Spry tabs and <cfform>

LEGEND ,
Sep 09, 2008 Sep 09, 2008
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>......

642
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 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>......

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 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>......
>>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 2008
Hello Ken Ford - *ACE*,

What appears to be happening is that if I list the url that I'm trying to
display:

page.cfm?ID=195&tab=0#TabbedPanels1

Then it appears that the info on tabs 1 & 2 (in addition to tab 1) is being
displayed on what would be tab 0........



> 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>......
>>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 2008
Do you have a URL to a page that I can look at?

--
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:422c38928e0f8cae0936fcab068@forums.adobe.com...
> Hello Ken Ford - *ACE*,
>
> What appears to be happening is that if I list the url that I'm trying to
> display:
>
> page.cfm?ID=195&tab=0#TabbedPanels1
>
> Then it appears that the info on tabs 1 & 2 (in addition to tab 1) is
> being displayed on what would be tab 0........
>
>
>
>> 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>......
>>>
>
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 2008
Hello Ken Ford - *ACE*,

Its password protected, if you want, I can email you with that info, but
I don't want to put it in the newsgroup.....

> Do you have a URL to a page that I can look at?
>
> "steve grosz" <boise_bound@hotmail.com> wrote in message
> news:422c38928e0f8cae0936fcab068@forums.adobe.com...
>
>> Hello Ken Ford - *ACE*,
>>
>> What appears to be happening is that if I list the url that I'm
>> trying to display:
>>
>> page.cfm?ID=195&tab=0#TabbedPanels1
>>
>> Then it appears that the info on tabs 1 & 2 (in addition to tab 1) is
>> being displayed on what would be tab 0........
>>
>>> 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>......
>>>>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 2008
newsgroups2 at fordwebs dot com

--
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:422c38928ee78cae0c983021edb@forums.adobe.com...
> Hello Ken Ford - *ACE*,
>
> Its password protected, if you want, I can email you with that info, but I
> don't want to put it in the newsgroup.....
>
>> Do you have a URL to a page that I can look at?
>>
>> "steve grosz" <boise_bound@hotmail.com> wrote in message
>> news:422c38928e0f8cae0936fcab068@forums.adobe.com...
>>
>>> Hello Ken Ford - *ACE*,
>>>
>>> What appears to be happening is that if I list the url that I'm
>>> trying to display:
>>>
>>> page.cfm?ID=195&tab=0#TabbedPanels1
>>>
>>> Then it appears that the info on tabs 1 & 2 (in addition to tab 1) is
>>> being displayed on what would be tab 0........
>>>
>>>> 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>......
>>>>>
>
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2008 Sep 09, 2008
LATEST
Hello Ken Ford - *ACE*,

Ok, on its way... :)

> newsgroups2 at fordwebs dot com
>
> "steve grosz" <boise_bound@hotmail.com> wrote in message
> news:422c38928ee78cae0c983021edb@forums.adobe.com...
>
>> Hello Ken Ford - *ACE*,
>>
>> Its password protected, if you want, I can email you with that info,
>> but I don't want to put it in the newsgroup.....
>>
>>> Do you have a URL to a page that I can look at?
>>>
>>> "steve grosz" <boise_bound@hotmail.com> wrote in message
>>> news:422c38928e0f8cae0936fcab068@forums.adobe.com...
>>>
>>>> Hello Ken Ford - *ACE*,
>>>>
>>>> What appears to be happening is that if I list the url that I'm
>>>> trying to display:
>>>>
>>>> page.cfm?ID=195&tab=0#TabbedPanels1
>>>>
>>>> Then it appears that the info on tabs 1 & 2 (in addition to tab 1)
>>>> is being displayed on what would be tab 0........
>>>>
>>>>> 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>......
>>>>>>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources