Hello,
I am trying to hide an HTML table when the page initially loads and then display it when a button is clicked.
I have created two functions to do this
function showTable(){
document.getElementById('myTable').style.visibility = "visible";
}
function hideTable(){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.