0
Spry tabs and <cfform>
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/td-p/155171
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
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>......
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155172#M14133
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
--
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>......
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155173#M14134
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>
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>......
>>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155174#M14135
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>
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>......
>>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155175#M14136
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>>
>
>
--
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>......
>>>
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155176#M14137
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>>>
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>......
>>>>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155177#M14138
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>>>>
>
>
--
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>......
>>>>>
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
LATEST
/t5/coldfusion-discussions/spry-tabs-and-lt-cfform-gt/m-p/155178#M14139
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
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>......
>>>>>>
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>......
>>>>>>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

