rav.asp

来自「本程序修改自花香盈路6.0版。所有版权归原作者所有 本站修改后加入了些小偷程」· ASP 代码 · 共 475 行 · 第 1/3 页

ASP
475
字号
<!--#include file="inc/config.asp"-->
<!--#include file="mdb.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/indexnew.asp"-->
<%
start="飞天网络-首页"
call head()
call menu()
%>

</table><table width="760" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D6BD94">
  <tr bgcolor="#ffffff"> 
    <td height="2" colspan="3"></td>
  </tr>
  <tr> 
    <td width=113 height="22" body leftmargin=0 topmargin=0 background="../adskin/dibg.gif" >   . 本站最新公告</td>
    <td width=507 background="../adskin/dibg.gif"><div align="right"> 
        <MARQUEE scrollAmount=1 scrollDelay=4 width=500
            align="left" onmouseover="this.stop()" onmouseout="this.start()">
        &nbsp;&nbsp;&nbsp;&nbsp;<a href='#''newwindow', 'height=300, width=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')" <%call index_diary()%></marquee></td>
        </MARQUEE>
      </div></td>
    <td width=140 align=right background="images/dibg.gif"> <script language="JavaScript" type="text/JavaScript">
var day="";
var month="";
var ampm="";
var ampmhour="";
var myweekday="";
var year="";
mydate=new Date();
myweekday=mydate.getDay();
mymonth=mydate.getMonth()+1;
myday= mydate.getDate();
myyear= mydate.getYear();
year=(myyear > 200) ? myyear : 1900 + myyear;
if(myweekday == 0)
weekday=" 星期日 ";
else if(myweekday == 1)
weekday=" 星期一 ";
else if(myweekday == 2)
weekday=" 星期二 ";
else if(myweekday == 3)
weekday=" 星期三 ";
else if(myweekday == 4)
weekday=" 星期四 ";
else if(myweekday == 5)
weekday=" 星期五 ";
else if(myweekday == 6)
weekday=" 星期六 ";
document.write(year+"年"+mymonth+"月"+myday+"日 "+weekday);
</script> &nbsp;</td>
<table border="0" width="760" height="10" align="center" bgcolor="#FFFFFF" class="table-hx66s">
 <tr>

</table>
</style>
<TABLE bgcolor="#ECECEC" align=center border=1 cellPadding=0 cellSpacing=0 width=760 borderColor="#000000" frame=vsides rules=none>


<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
  <TBODY>

  <TR>
    <TD vAlign=top width=139 height=19></TD>
    <TD vAlign=top width=660 height=19></TD></TR>
  <TR>
        <TD vAlign=top width=139> 
          <table border="0" cellpadding="0" cellspacing="0" width="139">
            <tr> 
              <td width="137" height="19" ></td>
            </tr>
            <tr> 
              <td width="137"><div align="left"><span class="style23">本站声明</span></div></td>
            </tr>
            <tr> 
              <td width="137"><span class="style1"> 
                <script language=JavaScript1.2>                                                                                                                                                                             
//设置marquee的宽度(in pixels)                                                                                                                                                                             
var marqueewidth=120;                                                                                                                                                                             
//设置marquee的高度                                                                                                                                                                             
var marqueeheight=180;                                                                                                                                                                             
//设置marquee的速度                                                                                                                                                                             
var speed=1;                                                                                                                                                                             
//设置marquee的显示内容                                                                                                                                                                             
                                                                                                                                                                             
var marqueecontents='<font color="#000000" face="宋体">  本站所有软件均来源于网络,仅提供于个人学习、研究软件作者设计思想、意图之用,切不可用于盗版、盈利或者其它违法行为,软件版权属作者或开发公司所有,请在安装后的24小时内予以删除。如果有部分内容侵犯了您的权益,请来信告诉我,我会尽快删除,谢谢!</a></font>';                                                                                                                                                                             
if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>');                                                                                                                                                                             
function regenerate(){                                                                                                                                                                             
    window.location.reload();                                                                                                                                                                             
}                                                                                                                                                                             
function regenerate2(){                                                                                                                                                                             
    if (document.layers){                                                                                                                                                                             
        setTimeout("window.onresize=regenerate",450);                                                                                                                                                                             
        intializemarquee();                                                                                                                                                                             
    }                                                                                                                                                                             
}                                                                                                                                                                             
                                                                                                                                                                             
function intializemarquee(){                                                                                                                                                                             
    document.cmarquee01.document.cmarquee02.document.write(marqueecontents);                                                                                                                                                                             
    document.cmarquee01.document.cmarquee02.document.close();                                                                                                                                                                             
    thelength=document.cmarquee01.document.cmarquee02.document.height;                                                                                                                                                                             
    scrollit();                                                                                                                                                                             
}                                                                                                                                                                             
                                                                                                                                                                             
function scrollit(){                                                                                                                                                                             
    if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){                                                                                                                                                                             
        document.cmarquee01.document.cmarquee02.top-=speed;                                                                                                                                                                             
        setTimeout("scrollit()",100);                                                                                                                                                                             
    }else{                                                                                                                                                                             
        document.cmarquee01.document.cmarquee02.top=marqueeheight;                                                                                                                                                                             
        scrollit();                                                                                                                                                                             
    }                                                                                                                                                                             
}                                                                                                                                                                             
                                                                                                                                                                             
window.onload=regenerate2;                                                                                                                                                                             
          </script>
                </span> </td>
            </tr>
            <tr> 
              <td width="137" height="19" bgcolor="#E7E3E7"><span class="style1"> </span></td>
            </tr>
            <tr> 
              <td bgcolor="#FFFFFF"> 
                <!--VirusNew Start-->
                <iframe scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="161" height="195" src="http://www.rising.com.cn/virusbulletin/index.htm"></iframe> 
                <!--VirusNew End-->
              </td>
            </tr>
            <tr> 
              <td width="137" height="19" bgcolor="#E7E3E7"><span class="style1"> </span></td>
            </tr>
            <tr> 
              <td width="137"><div align="left"><span class="style1">病毒搜索:</span></div></td>
            </tr>
            <tr> 
              <td></td>
            </tr>
            <tr> 
              <td width="137"><span class="style1"><!-- SiteSearch Google -->
<form method=get action="http://www.google.com/search">
  <table bgcolor="#FFFFFF">
    <tr> 
      <td> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" width="75" height="32" 
border="0"></a> </td>
    </tr>
    <tr> 
      <td> <input type=text name=q size=20 maxlength=255 value=""></td>
    </tr>
    <tr> 
      <td> <input type=hidden name=ie value=GB2312> <input type=hidden name=oe value=GB2312> 
        <input type=hidden name=hl value=zh-CN> <input type=submit name=btnG value="搜索"> 
        <font size=-1> 
        <input type=hidden name=domains value="http://www.web162.com">
        <br>
                        <font size="2">
                        <input type=radio name=sitesearch value="">
                        全网 
                        <input type=radio name=sitesearch value="http://www.web162.com" checked>

⌨️ 快捷键说明

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