inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Sept 29, 2005 11:14:58 GMT -8
Main FooterThis will turn any board into a remote link so when you click on a board, it will take you to any link which you specify. Just edit/repeat the the bit in purple. <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('board_id','site to link to');
//--> </script>Eg. remote('general','http://google.com');
|
|