1) 运行环境:MS WINDOWS NT PACK 4 OR LATER /WIN2000 WITH IIS 4.0 OR LATER 2) 数 据 库:Access2000 3) 其 他:服务器安

源代码在线查看: title.asp

软件大小: 2308 K
上传用户: SnowCat
关键词: LATER 2000 WINDOWS Access
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				更改标题
				
				
								body      {  font-size: 10.4pt }
				td        {  font-size: 10.4pt }
				.normal   {   ; font-size: 10.4pt}
				.over     {   ; font-size: 10.4pt}
				.down     {   ; font-size: 10.4pt}
				-->
				
				
				
				
				
								      response.end
				   end if
				      if session("userlevel")
				         标题被锁定!
				         
				         				      end if
				      if request("do")="lockit" and session("userlevel")>7 then
				         application("titlock")="lock"
				         if application("title")"" then
				            application("title")=application("title")+"[已锁定]"
				         end if %>
				      
				      alert("标题已锁定!");
				      
				      				         if request("do")="unlock" and session("userlevel")>7 then
				         application("titlock")=""
				'application("title")=right(application("title"),12)
				         if right(application("title"),5)="[已锁定]" then
				           application("title")=left(application("title"),len(application("title"))-5)
				         end if %>
				      
				      alert("标题已解锁!");
				      
				      				         if request("do")="empty" and session("userlevel")>7 then
				         application("title")="" %>
				      
				      alert("标题已清空!");
				      
				      				
				      if trim(request("bt"))"" then
				         if session("userlevel")				            bt=Server.HTMLEncode(trim(request("bt")))
				         else
				            bt=trim(request("bt"))
				         end if
				         application("title")="" +bt+"" %>
				      
				      alert("标题已更改!");
				      
				      
				
				  
				     
				      更改标题 
				    
				     
				       标题:
				      
				    
				    
				      颜色: 
				        
				          绝对黑色
				          深蓝忧郁
				          草原之蓝
				          橄榄树绿
				          灰蓝种族
				          海洋之蓝
				          绿色回忆
				          蓝色月光
				          夜幕低垂
				          灰色轨迹
				          春草青青
				          暗夜兴奋
				          发亮蓝紫
				          卡其制服
				          伦敦灰雾
				          兴份过蓝
				          紫的拘谨
				          流金岁月
				          卡布其诺
				          正宗喜红
				          爱的暗示
				          红的发紫
				          黄金岁月
				          红袍飘飘
				          紫金绣帖
				          焚心似火
				          红粉佳人
				          我不知道
				        
				        字体: 
				        
				          宋体
				          楷体
				          黑体
				          幼圆
				          隶书
				        
				      
				    
				    
				      7 then %> 
				        
				        
				        
				         
				    
				    
				      
				        
				        
				        
				      
				    
				  
				
				
							

相关资源