|
Post by Bradley on Aug 30, 2005 15:39:20 GMT -5
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://theccworld.com/pro/aim_online.gif"; var offUrl = "http://theccworld.com/pro/aim_offline.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
|
|