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 Jan 29, 2006 15:20:30 GMT -8
Global FooterWhat this does is makes the avatar a link to whatever a member designates as their 'Website URL' in the profile area <script type="text/javascript"> <!-- /* link avatar to website */
var img = document.getElementsByTagName('img'); if(location.href.match(/ion=(display|(pm)?(calendar)?view|(user)?recent|search2)/)) { for(i=0; i<img.length; i++) { if(img.item(i).alt == '[homepage]') { var r = 1; while(img.item(i-r) && img.item(i-r).alt != '[avatar]') { r--; } if(r < 6) { img.item(i-r).style.cursor = 'hand'; img.item(i-r).store = img.item(i).parentNode.href; img.item(i-r).onclick = function() { location.href = this.store; } img.item(i).style.display = 'none'; } } } } //--> </script>
|
|