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

📄 menu.asp

📁 这是一个asp的“www.vqqq.com网页特效”系统
💻 ASP
字号:
<html>
<head>
<title>QQ菜单www.vqqq.com网页制作,设计,数据库,源码下载,黑客程序,系统资源,网页特效, 粗口舞曲, 中文舞曲, 街舞录象,MTV, 音乐, FLASH, 教程, 舞曲, 交友,社区,聊天,照片,酷站,连接,留言,统计,日记,文章,开发工具,免费,软件,合作,黑客,代码,ASP,PHP,主机,交流,免费留言本,免费日记,免费投票,免费下载,免费查询,IP查询,手机查询,身份证查询,网吧,电影,DJ,传奇世界外挂,传奇世界挂机外挂,传奇世界私服</title>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>

<script language='javascript'>
var headHeight = 25;var bodyHeight = 150;var objcount = 8;var step = 25;var moving = false;
function showme(obj1, obj2)
{
    if (moving)
        return;
    moving = true;
    for(i=0;i<document.all.tags('td').length;i++)
        if (document.all.tags('td')[i].className.indexOf('headtd') == 0)
            document.all.tags('td')[i].className = 'headtd1';
    obj2.className = 'headtd2';
    moveme(obj1);
}
function moveme(obj)
{
    idnumber = parseInt(obj.id.substr(4));
    objtop = headHeight * (idnumber - 1);
    objbuttom = bodyHeight + headHeight * (idnumber - 2);
    currenttop = parseInt(obj.style.top);
    if (currenttop >= objbuttom)
    {
        countid = 1;
        for(i=0;i<document.all.tags('div').length;i++)
            if (document.all.tags('div')[i].id == 'item'+countid+'body')
            {
                obj = document.all.tags('div')[i];
                objtop = headHeight * (countid - 1);
                if (countid == idnumber)
                {
                    moveup(obj,objtop,false);
                    break;
                }
                else
                    moveup(obj,objtop,true);
                countid++;
            }
    }
    else if ((currenttop <= objtop) && (idnumber < objcount))
    {
        idnumber++;
        countid = objcount;
        for(i=document.all.tags('div').length-1;i>=0;i--)
            if (document.all.tags('div')[i].id == 'item'+countid+'body')
            {
                obj = document.all.tags('div')[i];
                objbuttom = bodyHeight + headHeight * (countid - 2);
                if (countid == idnumber)
                {
                    movedown(obj,objbuttom,false);
                    break;
                }
                else
                    movedown(obj,objbuttom,true);
                countid--;
            }
    }
}
function moveup(obj,objtop,ismove)
{
    currenttop = parseInt(obj.style.top);
    if (currenttop > objtop)
    {
        obj.style.top = currenttop - step;
        setTimeout('moveup('+obj.id+','+objtop+','+ismove+')',1)
        return;
    }
    moving = ismove;
}
function movedown(obj,objbuttom,ismove)
{
    currenttop = parseInt(obj.style.top);
    if (currenttop < objbuttom)
    {
        obj.style.top = currenttop + step;
        setTimeout('movedown('+obj.id+','+objbuttom+','+ismove+')',1)
        return;
    }
    moving = ismove;
}
</script>
</script>
<style type='text/css'>
.headtd1 {  background: #00A4E1; border: 2px outset; border-color: #00BBFF #0077FF #0077FF #00BBFF; cursor: hand; font-size: 9pt}.headtd2 {  background: #20C1FF; border: 2px outset; border-color: #60D3FF #0077FF #0077FF #60D3FF; cursor: hand; font-size: 9pt}.bodytd  {  background: #99CCFF; border: 2px outset; border-color: #B0D8FF #0077FF #0077FF #B0D8FF; font-size: 9pt}
</style>
</head>
<body bgcolor='#99CCFF' text='#000000'>
<div id='mainboard' style='position:absolute; left:0px; top:0px; width:121px; height:209px; z-index:1; overflow: hidden; background: #99CCFF;'> 
  <div id='item5body' style='position:absolute; left:-2px; top:32px; width:120px; height:174px; z-index:6; overflow: hidden'> 
    <table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item5head' height='23' class='headtd1' onclick='showme(item5body,this)' align='center'>特效管理</td></tr><tr><td class='bodytd' align='center'><a href="admin_js.asp?action=jscat" target=main>分类管理</a><br><br>
<a href="admin_js.asp?action=newjscat" target=main>新增分类</a><br><br>
<a href="admin_js.asp?action=js" target=main>特效管理</a><br><br>
<a href="admin_js.asp?action=newjs" target=main>新增特效</a><br></td></tr><tr>
        <td></td></tr></table></div>

</div>
</body></html>

⌨️ 快捷键说明

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