Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005

<script type='text/javascript'>
/* 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>


Something small =P


Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Something simple. :P

Its good for those who don't know DOM to learn from, so I give you that.

Nate

Nate Avatar

**
Official Member

85


July 2007
cddude229 said:
Something simple. :P

Its good for those who don't know DOM to learn from, so I give you that.
Yesssss. XD

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Crazy, try looking into this for getting the domain name specifically. ;)

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
cddude229 said:
Crazy, try looking into this for getting the domain name specifically. ;)
Thank you. :D

newBookmarkLockedFalling