KoolTabs - Powerful PHP Tab MenuKoolTabs - Powerful PHP Tab MenuFullVersion 1.7.0.4 released on 12/04/2011

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"].