Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | [Request] Clickable Banner (11th Sep 08 at 12:08am UTC) Resolved | | I need a code that when you click on the banner it goes to another link
example
banner (no link)
banner (when clicked on goes to google.com (or any other link you specify in the code)
Thanks, Darkmage | |
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: [Request] Clickable Banner (11th Sep 08 at 8:25am UTC) | | <script type="text/javascript"> <!-- get('img', TAG).item(0).onclick = function() { location.href = 'http://google.com'; } get('img', TAG).item(0).style.cursor = 'pointer'; //--> </script>
Global Header | |
|
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: [Request] Clickable Banner (11th Sep 08 at 8:27am UTC) | | Thanks Ross it works ^_^ | |
|