Code Library - js
Rules Popup(Proboards) - (965 views)
<!-- place ths is your headers (change the url) -->
<script>
<!--
function PopUp (url,name,stuff) {
popupWin = window.open (url,name,stuff);
}
if(location.href.indexOf("=register")!=-1) {
PopUp('http://link_to_your_rules_thread.com','rules','
scrollbars=yes,resizable=yes,width=450,height=220');
}
-->
</script>


