/* Is used to translate HTML/JS-Code to @Commands in Actions*/ /* The button resides on the form and the HTML-Code for accessing this action is either generated (user may see it) or not generated (User is not allowed to see it*/ function DoAction(tabname){ var t1 = document.getElementById(tabname); t1.click(); }