Follow Dashboard

oh my god...
Friday, 14 November 2014 | 05:31 | 0 comments






Old things | New things






function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } }