JavaScript网页特效实例大全

源代码在线查看: 9-9.htm

软件大小: 1723 K
上传用户: wql507
关键词: JavaScript
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				
				adTime=15;
				chanceAd=1;
				
				var ie=(document.all);
				adCount=0;
				
				function initAd(){
				       
				        if(ie)                adDiv=eval('document.all.sponsorAdDiv.style');
				        
				        randAd=Math.ceil(Math.random()*chanceAd);
				        if (ie)
				        adDiv.visibility="visible";
				       
				        if(randAd==1) showAd();
				}
				
				function showAd(){
				     if(adCount						adCount+=1;
				        
				       
				       
				        setTimeout("showAd()",10);
				     }
				     else 
				       closeAd();
				}
				
				function closeAd(){
				 if (ie)
				  adDiv.display="none";
				 
				}
				
				onload=initAd;
				
				
				
				
				
				
				欢迎来到本站JavaScript世界
				
				
				
				
				
				
				
							

相关资源