Follow Dashboard

Allahu Rabbi
Saturday, 18 June 2016 | 18:02 | 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; }); } }