top.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:9k
源码类别:
多媒体编程
开发平台:
ASP/ASPX
- <!--#include file="daohang.asp" -->
- <%iperr()%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <title><%=strHomepage_1%>视频系统</title>
- <style type="text/css">
- <!--
- BODY{ font-family:"宋体"; font-size: 12px;
- scrollbar-face-color:ffffff;
- scrollbar-shadow-color:C1C1BB;
- scrollbar-highlight-color:C1C1BB;
- scrollbar-3dlight-color:EBEBE4;
- scrollbar-darkshadow-color:EBEBE4;
- scrollbar-track-color:F4F4F0;
- scrollbar-arrow-color:CACAB7;
- }
- p, <%if boolSoftsize_1=False then response.write("font, ")%>select, option, textarea, form { font-family:"宋体"; font-size: 12px }
- td { table-layout:fixed;word-break :break-all; font-family:"宋体"; font-size: 12px}
- a:link { text-decoration: none }
- a:visited { text-decoration: none }
- a:hover { text-decoration: underline }
- a:active { text-decoration: none; font-size: 12px }
- .border { border-collapse: collapse; border-style: dotted; border-width: 1; color:#000000; background-color:#000000}
- .shadow1 { font-size: 12px; filter:dropshadow(color=#000000,offx=1,offy=1);color:#ffffff;}
- .shadow2 { font-size: 12px; filter:dropshadow(color=#d5d5d5,offx=1,offy=1);color:#000000;}
- .p1 { color: #ffffff; font-size: 12px; text-decoration: none; }
- .p2 { color: #000000; font-size: 12px; text-decoration: none; }
- .p3 { color: #004080; font-size: 14px; text-decoration: none; }
- .p4 { background-color: #C0C0C0; border: 1 solid #000000; color: #333333; }
- INPUT{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc}
- -->
- </style>
- <script Language="JavaScript">
- //***********默认设置定义.*********************
- tPopWait=50;//停留tWait豪秒后显示提示。
- tPopShow=5000;//显示tShow豪秒后关闭提示
- 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 #000000 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 MM_openBrWindow(theURL,winName,features) { //v2.0
- window.open(theURL,winName,features);
- }
- </script>
- </head>
- <body topmargin="3" leftmargin="3" bgcolor="#E7E7E7" marginheight="0" marginwidth="0" style="OVERFLOW: scroll; OVERFLOW-X: hidden" text=#000000 link=#000000 vlink=#000000>
- <base onmouseover="window.status='<%=strEstate_1%>';return true">
- <map name="Map">
- <area shape="rect" coords="4,3,80,19" href="<%=strUrl_1%>">
- <area shape="rect" coords="4,21,80,39" href="#" onClick="javascript:window.external.AddFavorite('<%=strUrl_1%>', '<%=strHomepage_1%>')">
- <area shape="rect" coords="4,41,80,57" href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=strUrl_1%>');">
- </map>
- <%=ADShowFunction(4,1)%>
- <SCRIPT LANGUAGE="JavaScript">
- <!-- Begin
- var xPos = 20;
- var yPos = document.body.clientHeight;
- var step = 1;
- var delay = 30;
- var height = 0;
- var Hoffset = 0;
- var Woffset = 0;
- var yon = 0;
- var xon = 0;
- var pause = true;
- var interval;
- dd.style.top = yPos;
- function changePos() {
- width = document.body.clientWidth;
- height = document.body.clientHeight;
- Hoffset = dd.offsetHeight;
- Woffset = dd.offsetWidth;
- dd.style.left = xPos + document.body.scrollLeft;
- dd.style.top = yPos + document.body.scrollTop;
- if (yon) {
- yPos = yPos + step;
- }
- else {
- yPos = yPos - step;
- }
- if (yPos < 0) {
- yon = 1;
- yPos = 0;
- }
- if (yPos >= (height - Hoffset)) {
- yon = 0;
- yPos = (height - Hoffset);
- }
- if (xon) {
- xPos = xPos + step;
- }
- else {
- xPos = xPos - step;
- }
- if (xPos < 0) {
- xon = 1;
- xPos = 0;
- }
- if (xPos >= (width - Woffset)) {
- xon = 0;
- xPos = (width - Woffset);
- }
- }
- function start() {
- dd.visibility = "visible";
- interval = setInterval('changePos()', delay);
- }
- function pause_resume() {
- if(pause) {
- clearInterval(interval);
- pause = false;
- }
- else {
- interval = setInterval('changePos()',delay);
- pause = true;
- }
- }
- start();
- // End -->
- </script>
- <div align="center">
- <table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td width="100%">
- <table border="0" width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td width="69"><img border="0" src="images/anim01.gif" width="69" height="19"></td>
- <td width="584"><img border="0" src="images/index_002.gif" width="586" height="19"></td>
- <td width="122"><img border="0" src="images/anim02.gif" width="122" height="19"></td>
- </tr>
- </table>
- <table border="0" width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td width="367"><img border="0" src="images/index_001.gif" width="368" height="15"></td>
- <td width="300" background="images/nav_bg01.gif" align="center"><%user_login()%></td>
- <td width="108"><img border="0" src="images/index_003.gif" width="108" height="15"></td>
- </tr>
- </table>
- <table border="0" width="100%" cellspacing="0" cellpadding="3">
- <tr>
- <td width="82"><img src="images/gogo.gif" width="82" height="60" border="0" usemap="#Map"></td>
- <td width="180"><img border="0" src="<%=imgTitles_1%>" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid" width="180" height="60"></td>
- <td width="495" align="right"><img border="0" src="<%=imgBanner_1%>" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid" width="468" height="60"></td>
- </tr>
- </table>
- <table border="0" width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td width="82"></td>
- <td width="226"><img border="0" src="images/index_006.gif" width="227" height="16"></td>
- <td width="432" background="images/index_009.gif"><marquee onmouseout="if (document.all!=null){this.start()}" onmouseover="if (document.all!=null){this.stop()}"><%affiche_indexshow()%>
- </marquee></td>
- <td width="35"><img border="0" src="images/index_008.gif" width="35" height="16"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>