KoolTabs - Powerful PHP Tab MenuKoolTabs - Powerful PHP Tab MenuFullVersion 1.8.0.0 released on 04/16/2012

Advances - PostBack On Selection

Description & Sample code

When the page does postback, the selected tab id will be sent to server. You may get the selected id through $POST["[tabid]_selected"].

For example, if you have a KoolTabs instance with id "kts", the selected value will be stored in $POST["kts_selected"].