- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
checkValidPage:function(){
	    var c=false;
	    var d=false;
	    try{
		var a=document.getElementsByTagName('input');
		if(a.length!=0)
		    for(var i in a)
		    {
			if(!c && a[i].type=='checkbox')
			    c=true;
			if(!d && a[i].name=='delsel')
			    d=true;
			if(c && d)
			    return true;
		    }
	    }catch(e){}
	    return false;
	},
 Follow us!
 Follow us!
Комментарии (1) RSS
Добавить комментарий