We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<script type="text/javascript"> function headerCheck() { var x=document.location.search.substring(1).split('&'); for (var i in x) { if(x[i] == "page=1") { document.getElementsByClassName("header")[0].style.display = "none"; document.getElementsByClassName("footer")[0].style.display = "none"; } } } </script>
You would think this would work with the footer too but it does not.