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

📄 left.asp

📁 是一种图片动画制作的源代码。是制作动画变成的实例。共各位参考
💻 ASP
字号:
<!--#include file="checkuser.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=../style.css rel=STYLESHEET type=text/css>

<title></title>

<SCRIPT language=javascript>
function menuShow(obj,maxh,obj2)
{
  if(obj.style.pixelHeight<maxh)
  {
    obj.style.pixelHeight+=maxh/20;
	obj.filters.alpha.opacity+=6;
	obj2.background="images/title_bg_hide.gif";
    if(obj.style.pixelHeight==maxh/10)
	  obj.style.display='block';
	myObj=obj;
	myMaxh=maxh;
	myObj2=obj2;
	setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
  }
}
function menuHide(obj,maxh,obj2)
{
  if(obj.style.pixelHeight>0)
  {
    if(obj.style.pixelHeight==maxh/20)
	  obj.style.display='none';
    obj.style.pixelHeight-=maxh/20;
	obj.filters.alpha.opacity-=6;
	obj2.background="images/title_bg_show.gif";
	myObj=obj;
	myMaxh=maxh
	myObj2=obj2;
	setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
  }
  else
    if(whichContinue)
	  whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
  if(obj.style.pixelHeight)
  {
    menuHide(obj,maxh,obj2);
	whichOpen='';
	whichcontinue='';
  }
  else
    if(whichOpen)
	{
	  whichContinue=obj2;
      whichOpen.click();
	}
	else
	{
	  menuShow(obj,maxh,obj2);
	  whichOpen=obj2;
	  whichContinue='';
	}
}
</SCRIPT>

<SCRIPT lanuage="Javascript">
var tt='start';
var ii='start';
function turnit(ss,bb) {

  if (ss.style.display=="none") {
    if(tt!='start') tt.style.display="none";
    if(ii!='start') ii.src="dian.gif";
    ss.style.display="";
    tt=ss;
    ii=bb;
    bb.src="ball.gif";
  }
  else {
    ss.style.display="none"; 
    bb.src="dian.gif";
  }
}

function openWindow(url) {
  popupWin = window.open(url, 'new_page', 'width=400,height=410,scrollbars')
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#FFFFFF"><TABLE cellSpacing=0 cellPadding=0 width="100%" align=left border=0> 
<TBODY> 
<TR>
    
  <TD vAlign=top> 
    <table style="POSITION: relative; TOP: 10px" cellspacing=1 
            cellpadding=3 width=160 align=center bgcolor="#CCCCCC">
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> 
          <div align="center"><img src="IMAGES/top.gif" width="120" height="60"></div>
        </td>
      </tr>
      <tbody> 
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> 
          <div align="center"><a href="shop_add.asp" target="BoardList">增加产品</a></div>
        </td>
      </tr>
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> 
          <div align="center"><a href="shop_list.asp" target="BoardList">产品列表</a></div>
        </td>
      </tr>
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> <div align="center"><a href="class.asp" target="BoardList">分类管理</a></div>
         
        </td>
      </tr>
      <tr>
        <td height=20 bgcolor="#FFFFFF"><div align="center"><a href="userList.asp" target="BoardList">修改密码</a></div>
         
        </td>
      </tr>
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> 
          <div align="center"><a href="main.asp" target="BoardList">管理首页</a></div>
        </td>
      </tr>
      <tr> 
        <td height=20 bgcolor="#FFFFFF"> <div align="center"><a href="exit.asp" target="_parent">退出系统</a></div></td>
      </tr>
      <tr> 
        <td height=20 bgcolor="#FFFFFF">技术:<a href="http://www.yd631.com" target="_blank">www.yd631.com</a></td>
      </tr>
      </tbody> 
    </table>
    &nbsp; &nbsp; 
    <SCRIPT language=javascript>
  var whichOpen="";
  var whichContinue='';
      </SCRIPT>
       
      &nbsp;<br>
</body>   
</html>


⌨️ 快捷键说明

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