Hi,
I have used Patric Wolf's method in (
4425187 to create the jquery tabs and it works great! Thank you Patric!
Inside each tabs, I have a "create button" to branch to another form page to create some records. Once I finish the form page, it will branch back to the tab page. Currently, it is always branch back to the
first tab.
I want to know if it is possible to go back to the
correct tab (which ever tab it branches out) after the form page?
For example - There are three tabs in page 23.
Tab 1 can branch to page 24
Tab 2 can branch to page 25
Tab 3 can branch to page 26
There are
Cancel,
Apply Changes and
Save Buttons in each form page (page24, 25, and 26). Once a button is clicked, it should go back to the tab (either tab1, tab2 or tab3 in page 23) that it branch out.
Does anyone know how this can be done?
Thank you!
Ling