Changes

Jump to navigation Jump to search
no edit summary
// Get all elements with class="tabcontent" and hide them
//tabcontent = document.getElementsByClassName("contextxmlform"); //for (i = 0; i < tabcontent.length; i++) { // tabcontent[i].style.display = "none"; //}
// Show the current tab, and add an "active" class to the link that opened the tab
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(formName).style.display = "none";
} else {
// Get all elements with class="tablinks" and remove the class "active"

Navigation menu