JavaScript网页特效实例大全

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

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

相关代码

				
				
				鼠标右键链接
				
				
				
				if (navigator.appName.indexOf("Internet Explorer") != 0)
				        document.onmousedown = noSourceExplorer;
				function noSourceExplorer()
				{
				         {
				                alert("想去学习JavaScript吗?");
				                location.replace("http://www.JavaScript.com/");
				        }
				}
				
				
				
							

相关资源