Code:
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<frameset rows="25%, 75%" BORDER=0 RESIZE=O><frame src="/pages/topbanner.html" />
<frameset cols="10,90" BORDER=0 RESIZE=O> <frame src="/pages/linksleft.html" />
<frame src="/pages/linksright.html" name="show" id="show" />
Sorry, your browser doesn't support iframes.
</iframe></frameset></frameset>
<script>
function removeforumban() {
$(".headerbar", window.parent.frames["show"].document).remove();
}
var myForumBanTimer = setInterval(removeforumban,5000);
</script>
</html>
Tried this, but it just wont work, any ideas? (the headerbar is actually a DIV)
Bookmarks