inherit
52328
0
Mar 13, 2009 16:15:58 GMT -8
CrAzY_J
871
July 2005
crazyj2
|
Post by CrAzY_J on Jan 2, 2006 20:58:30 GMT -8
Warning:: This code in its current form has been known to cause issues with the "Finish Registration" button for new members after creating an account on the forum. If you would like to use this code without issues, please visit our code requests and support area for assistance. Whenever someone clicks the banner, that person will get redirected to the main page of the forum. Global Headers: <script type='text/javascript'> (function() { /* Clickable banner created by CrAzY_J Open Source*/
var Main = document.body.getElementsByTagName('font')[0]; var Source = Main.firstChild.src; Main.removeChild( Main.firstChild ); var Link = document.createElement('a'); var Image = document.createElement('img'); Link.href = this.location.href.split('.com')[0]+'.com'; Image.src = Source; Image.border = 0; Link.appendChild( Image ); Main.appendChild( Link ); })(); </script>*because of variable name "Image", converted code to encapsulated form - Wormo, 2-10-11
|
|