一些ASP的使用小例子!不需要解压密码!挺方便的!试用与ASP的初学者!

源代码在线查看: changecolor.asp

软件大小: 18 K
上传用户: xinlanwj1226
关键词: ASP 解压 密码 初学者
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				移动鼠标改变背景颜色
				
				
								function MakeColor(ThisColor) {
				document.bgColor = ThisColor;
				}
				//-->
				
				
				 
				
								Dim I1, I2, I3 ' Looping variables for RGB Color
				For I1 = 0 to 15 step 3
				For I2 = 0 to 15 step 3
				For I3 = 0 to 15 step 3
				Color = Hex(I1) & Hex(I1) & Hex(I2) & Hex(I2) & Hex(I3) & Hex(I3)
				%>
				
				
				
				
								Next
				Next
				%>
				
				
								Next
				%>
				
				
				
				 
				
							

相关资源