I have an application that makes use of tabbed panels, with
forms on each tab. When a user fills out information on a given
tab, the form submits, and the user is automatically returned to
the initial form. The problem is that they always return to tab 0,
as opposed to the form they started from. I am sure there is a way
to dictate which tab has focus. What is the protocol?
<li class="TabbedPanelsTab" tabindex="0">Care
Plan</li>
<li class="TabbedPanelsTab"
tabindex="1">Diagnoses</li>
<li class="TabbedPanelsTab"
tabindex="2">Problems</li>