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

📄 default.asp

📁 进销存软件源代码
💻 ASP
字号:
<!-- #include virtual="/eB3KTransaction.asp" --><!-- #include file = "../Common.asp" --><!-- #include file = "../stdlib.asp" --><!-- #include file = "../oalib.asp" --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css"><!-- TD { font-size: 9pt } A {text-decoration: none;} A:hover {text-decoration: underline;} --></style></head>
<script src="/Client/jsBBS.js"></script>
<center><table cellpadding=0 cellspacing=0 border=0 width=94%>
<tr><td height="10"></td></tr>
<script>
var rooturl='',gc,glc=3;
function dh(){gc=0;	return '<table border=0 cellpadding=0 width=100% cellspacing=0><tr>';}
function d(id,name){gc++;return '<td width='+parseInt(100/glc)+'%><a href="'+rooturl+id+'">'+name+'</a></td>'+(gc%glc==0?'</tr><tr>':'');}
function de(){var s='';while(gc%glc!=0){s+='<td> </td>';gc++;}return s+'</tr></table>';}

rooturl='IC_Group.asp?id=';
gs=dh();
<%oajsGetGroup "gs+=d",1%>
gs+=de();
document.write('<tr><td align=center>'+CreateWindow('分类文档',gs,2,1,'100%','')+'</td></tr>');

document.write('<tr><td height=10></td></tr>');

<%
dim aasql,aars,aaCount
aasql="Select Count(*) as rc From biPrivilege1 Where Int1="&Owner&" and int2=1"
aars=Conn.Execute(aasql)
aaCount=aars("rc").value
%>

if (<%=aaCount%>)
document.write('<tr><td align=left>'+CreateWindow('添加分类',CreateAddGroupCtrl('IC_AddGroup.asp',1),2,1,'','')+'</td></tr>');
</script>
</table></center>
</body>
</html>

⌨️ 快捷键说明

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