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

📄 wnp_left.asp

📁 U盘身份识别软件
💻 ASP
字号:
<%
if session("USERID")="" then
response.Redirect "WNP_LOGIN.ASP"
end if
%>
<!--#include file="CONN.ASP" -->
<SCRIPT language="javascript">

function showsubmenu(ss,ii,aa,openimg,closeimg)
{
var menuobjedt=document.getElementById(ss);
if (menuobjedt)
{
 if (menuobjedt.style.display=="none") 
  {menuobjedt.style.display="";
   document.getElementById(ii).src="treepic/nofollow.gif";
   document.getElementById(ii).alt="关闭菜单";
   document.getElementById(aa).src="treepic/"+openimg;
   document.getElementById(aa).alt="关闭菜单";
}
 else
  {menuobjedt.style.display="none"; 
	document.getElementById(ii).src="treepic/plus.gif";
	document.getElementById(ii).alt="展开菜单";
	document.getElementById(aa).src="treepic/"+closeimg;
	document.getElementById(aa).alt="展开菜单";
   }
}
}
function reloadpage(){
	parent.window_left.location.reload();
}
</SCRIPT>
<style type="text/css">
<!--
a.menu3:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a.menu3:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.menut:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.menut:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
table {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.menu3:hover {
	font-size: 12px;
	color: #008BCE;
	text-decoration: none;
}
body {
	background-image: url(IMAGES/b094.gif);
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<table width="180" border="0" align="left" cellpadding=0 cellspacing=4>
  <tr>
    <td width=100%><a href="WNP_WELCOME.ASP" target="main"><img src="IMAGES/wn-20701.jpg" width="115" height="50" border="0"></a></td>
  </tr>
<%
userid=CInt(session("USERID"))
sql="select * from WNT_UJ where WNT_UJ.WND_ID in (select WNT_AM.WND_AM_UJNUMBER from WNT_AM where WND_AM_USERID="&userid&") order by WNT_UJ.WND_UJ_Order asc"
rs.open sql,conn,1,1
if not rs.eof then
c=1
do while not rs.eof
if rs("WND_UJ_Step")=1 then
%>
  <tr>
    <td><b><img src="IMAGES/wn-20706.jpg" width="40" align="absmiddle"><%=rs("WND_UJ_UJ")%></b></td>
  </tr>
<%
elseif rs("WND_UJ_Step")=2 then
%>
  <tr>
    <td width=100% onclick="showsubmenu('submenuboard<%=c%>','subimgboard<%=c%>','aimgboard<%=c%>','closedfolder.gif','openfolder.gif')"><img src=treepic/nofollow.gif alt="展开菜单" width="15" height="15" id=subimgboard<%=c%>> <img src=treepic/closedfolder.gif id=aimgboard<%=c%> alt="展开菜单" align="absmiddle"> <%=rs("WND_UJ_UJ")%></td>
  </tr>
  <tr>
    <td id='submenuboard<%=c%>'>
<%
elseif rs("WND_UJ_Step")=3 then
%>
	<table cellpadding=0 cellspacing=0 align=center width="100%">
        <tr>
          <td width=15 background="treepic/i.png"></td>
          <td height="25" align=left vAlign=top><img src=treepic/Tminus.png border=0 align="absmiddle"><img src="IMAGES/wn-20705.jpg" width="15" height="15" align="absmiddle">  <a href="<%=rs("WND_UJ_FUNCTION")%>" target=main class="menu3"><%=rs("WND_UJ_UJ")%></a></td>
        </tr>
    </table>
<%
end if
rs.movenext
c=c+1
loop
rs.close
end if
%>
	</td>
  </tr>
  <tr>
    <td width=100%><a href="WNP_LOGOUT.ASP?gologout=true" target="_top" class="menut"><img src="IMAGES/wn-207017.jpg" width="65" height="30" border="0"></a></td>
  </tr>
  <tr>
    <td></td>
  </tr>
</table>

⌨️ 快捷键说明

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