Function Activates a tab
Example <!-- tabstrip definition-->  
<
table>
   
<tr>
      <td id="tabvisits" class="tab" onclick="S10ActivateTab(this);">
        Current customer appointment
     
</td>
      <td id="tabinfo" class="tabactive" onclick="S10ActivateTab(this);">
         Customer info
      
</td>
       <td id="tabmap" class="tab" onclick="S10ActivateTab(this);">
          Map
      
</td>
     
</tr>
</table>
Parameters
Nr Description
1
Tab to be activated
As a rule, "this" is entered here, as the function is called on "onclick" of the tab in question.
Description  The specified tab is activated. For details on how to use the tabs, see Tabs.
Components S10 Framework