cant easily show you a demo, but what i am doing is this,
schematically:

1) <form> to submit a comment.
2) process the form, server side
3) redirect to the main page (tblApplicantsView.asp?ApplicantID=1),
with the comments tab activated (its tab #13, so the code i am seeing
is: #ui-tabs-27)

step 3 is where i am getting stuck - it will not show the comments tab


thanks again



On Oct 22, 1:17 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> I can't really tell what's going wrong. Could you show us some code/
> demo?
>
> --Klaus
>
> On 22 Okt., 12:12, kneidels <[EMAIL PROTECTED]> wrote:
>
>
>
> > thanks - i think that that is what i am doing now, but its not
> > working.
> > i am forwarding to: tblApplicantsView.asp?ApplicantID=1#ui-tabs-27
>
> > but what i see is the defualt content loading, then disappearing, but
> > nothing comes up instead.
>
> > On Oct 20, 8:42 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > Yes, that's possible. Just include the corresponding fragment
> > > identifier in the URL. You could as well use the cookie option or even
> > > submit the whole form via Ajax (easily with the form plugin) und
> > > update the tab without a redirect.
>
> > > --Klaus
>
> > > On 20 Okt., 00:30, kneidels <[EMAIL PROTECTED]> wrote:
>
> > > > thanks for the reply. i saw your reply to me on my other post and am
> > > > starting to test it.
> > > > regarding the forwarding - what i am doing, is doing a server side
> > > > action - submit to database, and i would then like to redirect to the
> > > > page with all the info, but have the respective tab activated by
> > > > default, by using the identifier.
> > > > is this possible?
>
> > > > thanks!
>
> > > > On Oct 14, 11:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > > > On 13 Okt., 02:22, kneidels <[EMAIL PROTECTED]> wrote:
>
> > > > > > hi folks
>
> > > > > > i understand that if i link to 
> > > > > > "tblApplicantsView.asp?ApplicantID=1#ui-
> > > > > > tabs-27" (for example) - i should be able to load the contacts of 
> > > > > > tab
> > > > > > number 13 automatically, right?
>
> > > > > > but i get inconsistent results - sometimes it works, other times it
> > > > > > doesn't. when it does, what i usually see is the defualt content
> > > > > > loading, then disappearing, but nothing comes up instead.
>
> > > > > How do you assume that this URL loads tab 13?
>
> > > > > > what i amk trying to do, is redirect to the tab content from another
> > > > > > page OR - link to the tab content from a text link on the same page
> > > > > > (outside of my tab Data div).
>
> > > > > Regarding the text link, there's a 
> > > > > FAQ:http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste...
>
> > > > > What do you mean by redirecting?
>
> > > > > --Klaus- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to