⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 多媒体学习教育软件
💻 ASP
字号:
<%
Public Sub HeadHTML()
dim NowTitle
%>
<html>
<head>
<title>多媒体技术教学网站</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<meta content="多媒体,宋凯,教学网站" name=keywords>
<meta content="程序制作 宋凯"  name=description>
<Style>
A {FONT-SIZE: 12px; TEXT-DECORATION: none;COLOR: #333333; }
A:hover  {FONT-SIZE: 12px; TEXT-DECORATION: underline;COLOR: #000000; }
A:active {FONT-SIZE: 12px; TEXT-DECORATION: none;COLOR: #000000; }
A.head {FONT-SIZE: 12px; TEXT-DECORATION: none;COLOR: #000000; }
A.head:hover  {FONT-SIZE: 12px; COLOR: #FFFFFF; TEXT-DECORATION: none;POSITION: relative; TOP: 1px;left:1px}
A.head:active {FONT-SIZE: 12px; COLOR: #FFFFFF; TEXT-DECORATION: none;POSITION: relative; TOP: 1px;left:1px}
A.list {FONT-SIZE: 14px; TEXT-DECORATION: none;COLOR: #999999; }
A.list:hover  {FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: underline;}
A.list:active {FONT-SIZE: 14px; COLOR: #999999; TEXT-DECORATION: none;}
Body{SCROLLBAR-FACE-COLOR: #EEEEEE; SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE;SCROLLBAR-SHADOW-COLOR: #EEEEEE;  SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #333333; SCROLLBAR-TRACK-COLOR: #EEEEEE; BACKGROUND-COLOR: #FFFFFF;OVERFLOW-Y: Auto; OVERFLOW-X: auto;FONT-SIZE: 12px; FONT-FAMILY: MS Shell Dlg, 宋体,Tahoma;COLOR: #333333;}
P {LINE-HEIGHT: 150%}
Table {FONT-SIZE:12px; CURSOR: default; COLOR:#333333; word-break:break-all;}
.redfont {FONT-SIZE: 12px ; color:#999999;}
.Tablehead{BORDER-RIGHT: 1  solid #999999; BORDER-LEFT: 1  solid #999999;   BORDER-Top: 1  solid #999999; BORDER-Bottom: #999999 0  solid;BACKGROUND-COLOR: #FFFFFF;}
.Tablebody{BORDER-RIGHT: 1  solid #999999; BORDER-LEFT: 1  solid #999999;   BORDER-Top: 1  solid #999999; BORDER-Bottom: 1  solid #999999;BACKGROUND-COLOR: #FFFFFF;color:#999999}
input{FONT-SIZE: 12px;COLOR: #333333; FONT-FAMILY: MS Shell Dlg, Tahoma, 宋体 ; CURSOR: hand; }
textarea{FONT-SIZE: 12px;COLOR: #333333; FONT-FAMILY: MS Shell Dlg, Tahoma, 宋体 ; CURSOR: Cross; BACKGROUND-COLOR: #EEEEEE;}
select {FONT-SIZE: 12px;COLOR: #333333; FONT-FAMILY: MS Shell Dlg, Tahoma, 宋体 ; CURSOR: Cross; BACKGROUND-COLOR: #EEEEEE;}
.input1 {COLOR:#999999;BACKGROUND-COLOR:#EEEEEE; vertical-align: middle;Border:none;height: 20px ;}
.input2 {BACKGROUND-COLOR: #FFFFFF; height: 20px ;  BORDER-RIGHT:1  solid #999999 ; BORDER-LEFT:1  solid  #999999 ;   BORDER-TOP: 1  solid #999999 ; 1  solid;BORDER-BOTTOM:1  solid  #999999 ;}
.go {BACKGROUND-COLOR: #EEEEEE;  BORDER-LEFT:1  solid  #333333 ;   BORDER-TOP: 1  solid #333333 ; 1  solid;}
.fontdrop {FONT-SIZE: 14px; FILTER: dropshadow(color=#000000,offx=1,offy=1); WIDTH: 300 ; COLOR: #999999; POSITION: relative;}
.style2 {color: #EEEEEE}
</Style>
</head>
<BODY  leftMargin="1"  topMargin="0"  onmouseover="self.status='欢迎来到多媒体技术教学网站,程序制作:宋凯,计算机软件四班';return true" background=image/bg.gif> 
<a name=top></a>
<%

End Sub
Public Sub HeadJS()
%>
<script Language="JavaScript">
tPopWait=50;
tPopShow=5000;
showPopStep=20;
popOpacity=99;
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;
document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText {  background-color: #F8F8F5;color:#000000; border: 1px #999999 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");
function showPopupText(){
var o=event.srcElement;
	MouseX=event.x;
	MouseY=event.y;
	if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
        if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
	if(o.dypop!=sPop) {
			sPop=o.dypop;
			clearTimeout(curShow);
			clearTimeout(tFadeOut);
			clearTimeout(tFadeIn);
			clearTimeout(tFadeWaiting);	
			if(sPop==null || sPop=="") {
				dypopLayer.innerHTML="";
				dypopLayer.style.filter="Alpha()";
				dypopLayer.filters.Alpha.opacity=0;	
				}
			else {
				if(o.dyclass!=null) popStyle=o.dyclass 
				else 
				popStyle="cPopText";	curShow=setTimeout("showIt()",tPopWait);	}	}}
function showIt(){
		dypopLayer.className=popStyle;
		dypopLayer.innerHTML=sPop;
		popWidth=dypopLayer.clientWidth;
		popHeight=dypopLayer.clientHeight;
		if(MouseX+12+popWidth>document.body.clientWidth) {popLeftAdjust=-popWidth-24}
			else popLeftAdjust=0;
		if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
else 
popTopAdjust=0;dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;dypopLayer.style.filter="Alpha(Opacity=0)";fadeOut();}
function fadeOut(){if(dypopLayer.filters.Alpha.opacity<popOpacity) {dypopLayer.filters.Alpha.opacity+=showPopStep;tFadeOut=setTimeout("fadeOut()",1);}else {dypopLayer.filters.Alpha.opacity=popOpacity;tFadeWaiting=setTimeout("fadeIn()",tPopShow);}}
function fadeIn(){if(dypopLayer.filters.Alpha.opacity>0) {dypopLayer.filters.Alpha.opacity-=1;tFadeIn=setTimeout("fadeIn()",1);}}
document.onmouseover=showPopupText;
function CheckAll(form)  {  for (var i=0;i<form.elements.length;i++)    {  var e = form.elements[i];  if (e.name != 'chkall')       e.checked = form.chkall.checked;   } }
function ask(talechar)
{if(confirm(talechar)){this.document.link;return true;}return false;}
</script>

<%
End SUB
'
Public Sub NormalTOP()
IF not Session("check")="yes"  THEN
response.write"<SCRIPT language=JavaScript>alert('你还没有登陆呢,请在首页登陆!');"
response.write"this.location.href='index.asp';</SCRIPT>"  
END IF
%>
<TABLE  align=center cellSpacing=0 cellPadding=0 width="625" bgcolor=#FFFFFF>
 <TR >
   <TD ><img src=image/ci.gif></TD>
 </TR>
</TABLE>
<TABLE width="625"  border=0 align="center" cellPadding=0 cellSpacing=0>

  <TR  bgcolor=#999999>
  <TD width=18><img src=image/menu.gif></td>
<TD height=27 width=80 align=center><a href=start.asp class=head><img src=image/arrow.gif border=0>首 页</a></td>
<TD width=80><a href=study.asp class=head><img src=image/arrow.gif border=0>网络课堂</a></td>
<TD width=80><a href=down.asp class=head><img src=image/arrow.gif border=0>课件下载</a></td>
<TD width=80><a href=exam.asp class=head><img src=image/arrow.gif border=0>在线练习</a></td>
<TD width=80><a href=about.asp class=head><img src=image/arrow.gif border=0>关于我们</a></td>
<TD width=80><a href=out.asp class=head><img src=image/arrow.gif border=0>注销</a></td>
</TR>
</TABLE>
<TABLE width="625"  border=0 align="center" cellPadding=0 cellSpacing=0>
    <td width="625"  height="32" bgcolor=#FFFFFF><div align="left"><div></div>&nbsp;&nbsp;&nbsp;欢迎:<b><font color="#EC5106"><%=session("name")%>&nbsp;</b></font>的到来,祝你学习愉快.</div></td>
</TABLE>
<TABLE width=625 height=388  border=0 align="center" cellPadding=0 cellSpacing=0>
   <TR>
       <TD valign=top width=200 bgcolor=#FFFFFF>
<%
End Sub
Public Sub FootHTML()
%>
</TD>
  </TR>
</TABLE>
<TABLE width=625  border=0 align="center" cellPadding=0 cellSpacing=0>
<TD align=center height=20><img src="image/foot.gif"></TD>
</TR>
</TABLE>
<%
End Sub
Public Sub INDEXTOP()
%>
<TABLE  align=center cellSpacing=0 cellPadding=0 width="625" bgcolor=#FFFFFF>
 <TR >
   <TD ><img src=image/ci.gif></TD>
 </TR>
</TABLE>
<TABLE width="625"  border=0 align="center" cellPadding=0 cellSpacing=0>

  <TR  bgcolor=#999999>
  <TD width=18><img src=image/menu.gif></td>
<TD height=27 width=80 align=center><a href=start.asp class=head><img src=image/arrow.gif border=0>首 页</a></td>
<TD width=80><a href=study.asp class=head><img src=image/arrow.gif border=0>网络课堂</a></td>
<TD width=80><a href=down.asp class=head><img src=image/arrow.gif border=0>课件下载</a></td>
<TD width=80><a href=exam.asp class=head><img src=image/arrow.gif border=0>在线练习</a></td>
<TD width=80><a href=about.asp class=head><img src=image/arrow.gif border=0>关于我们</a></td>
</TR>
</TABLE>
<TABLE width=625 height=420  border=0 align="center" cellPadding=0 cellSpacing=0>
   <TR>
       <TD valign=top width=200 bgcolor=#FFFFFF>
<%
End Sub
Public Sub FootHTML()
%>
</TD>
  </TR>
</TABLE>
<TABLE width=625  border=0 align="center" cellPadding=0 cellSpacing=0>
<TD align=center height=20><img src="image/foot.gif"></TD>
</TR>
</TABLE>

<%
ENd Sub
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -