Forum Moderators: open
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title></title>
<script type="text/javascript">
function removeHeader(){
n=location.href.split('/');
if(n[n.length-1]=='Stormwater-District.html'){
document.getElementsByTagName('h1')[0].style.display='none';
}
}
if(window.addEventListener){
window.addEventListener('load',removeHeader,false);
}
else {
if(window.attachEvent){
window.attachEvent('onload',removeHeader);
}
}
</script>
</head>
<body>
<h1>this is h1 </h1>
</body>
</html>
No problem, you're very welcome. ;)