M365/test1
< M365
Jump to navigation
Jump to search
Revision as of 21:26, 4 March 2023 by Thian.zanniatlaizo (talk | contribs)
Expanding Grid
Click on the boxes below:
Box 1
Box 2
Box 3
<script> function openTab(tabName) {
var i, x; x = document.getElementsByClassName("containerTab"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } document.getElementById(tabName).style.display = "block";
} </script>