How to have page remember tab after submital and make that tab active
One way this could work is to use the #tabname feature of Control.Tabs, but it would involve dynamically altering the form's action URL on submit so that the new page has the tabname selected.
Posted January 24th, 2008 at 6:48am by Synchro
but isn't this library supposed to be working as I attempted?
Posted January 28th, 2008 at 9:12am by
Oops it didn't come across. Solution is to more the input type that's hidden above the script section
Posted January 29th, 2008 at 1:20pm by ugarit
Below is my html to remember the tab the the user was in after submittal and then return to that tab after submittal. It's not working. It always goes to the first tab. Why?
Posted January 23rd, 2008 at 7:22am by ugarit