this.parent = window.document;
MW_System_Load.prototype.findobj = function(obj){
this.bw = (this.ie || this.opera || this.gecko);
this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0;
this.ie = this.ie4 || this.ie5 || this.ie6;
this.ie4 = (document.all && !this.dom) ? 1:0;
this.all = document.all ? 1:0;
this.dom = document.getElementById ? 1:0;
this.agent = navigator.userAgent.toLowerCase();
this.ver = navigator.appVersion;
MW_System_Load.prototype.browser = function(){
this.objects.attachEvent("on" + this.types,func);
} else if (this.objects.attachEvent){
this.objects.addEventListener(this.types,func,false);
if(this.objects.addEventListener){
MW_System_Load.prototype.addsevent = function(func){
this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null;
this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false;
// Автом: http://gameleft.ru
Персональный сайт - Counter strike 1.6
Комментариев нет:
Отправить комментарий