inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Sept 23, 2005 11:37:35 GMT -8
This code will change the URL of the small AIM image in your min-profile depending on your online status. Please don't hotlink of the sample images.
Global Footers
<script type="text/javascript"> <!-- var onUrl = "http://img185.imageshack.us/img185/6290/aimonlinewe4.gif"; var offUrl = "http://img185.imageshack.us/img185/5868/aimofflinera1.gif"; var alinks = document.getElementsByTagName("a"); for(i=0;i<alinks.length;i++){ if(alinks.item(i).href.split(":")[0] == "aim"){ var sn = alinks.item(i).href.split("=")[1].split("&")[0]; alinks.item(i).firstChild.src = "http://big.oscar.aol.com/"+sn+"?on_url="+onUrl+"&off_url="+offUrl; } } // --> </script>
URL to Ofline Image URL to Online Image
Edit on July 17, 2008: Fixed image URLs.
|
|