KoolTabs - Powerful PHP Tab MenuKoolTabs - Powerful PHP Tab MenuTrialVersion 1.7.0.2 released on 12/17/2009

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