|
Post by Ross on Jan 7, 2006 18:02:02 GMT -5
Main FooterThis will turn any board into a remote link so when you click on a board, it will take you to another board (similar effect to what is used here). Just edit/repeat the URLs <script type="text/javascript"> <!-- function remote(board,link) { var td = document.getElementsByTagName("td"); for(i=0; i<td.length; i++) if(td.width=='66%' && td.getElementsByTagName('a')[0].href.match(new RegExp('board='+board+'$'))) { td.getElementsByTagName('a')[0].href = link; td.onclick = function(){ location.href = link; } } } remote('general','http://google.com'); remote('Board ID','Site to link to'); remote('Board ID','Site to link to');
//--> </script>
|
|