gys.asp
来自「不错的进销存管理系统。功能比较全」· ASP 代码 · 共 50 行
ASP
50 行
<%
if session("yida_username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%
response.end
end if
%>
<!-- #include file="../conn2.asp" -->
<!-- #include file="../const.asp" -->
<html>
<head>
<title><%=dianming%> - 供应商管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style/style.css" rel="stylesheet" type="text/css">
<style>
body {
background-color:#FFFFFF;
}
.style1 {
color: #FF0000;
font-weight: bold;
font-size: 12;
}
</style>
<script>
function CheckAll(form) {
for (var i=0;i<form.elements.length;i++) {
var e = form.elements[i];
if (e.name != 'chkall') e.checked = form.chkall.checked;
}
}
</script>
</HEAD>
<BODY>
<span class="style1">免费版不提供此功能,请购买商业版!
<br>
详情请见:<a href="http://www.czyida.cn" target="_blank">http://www.czyida.cn</a><br>
咨询QQ:874031633
<br>
购买热线:13813558839
</span>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?