makeindex.asp
来自「实现一个用JSP、Servlet技术实现的小型物流网站系统。实现功能如下:管理员」· ASP 代码 · 共 80 行
ASP
80 行
<% data_path="../../" 'ACC连接数据库路径,对SQL无效 %>
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../inc/safe.asp"-->
<%
If Session("globalecmaster")="" OR Session("adminid")="" Then
Response.write "<script language='javascript'>"
Response.write"alert('对不起!请重新登陆!');parent.location.href='"&HOPE_InstallDir&"';</SCRIPT>"
Response.End
End If
%>
<%
'权限限制^^^^^^^^^^^^^^^^^^^^
Dim ishavegant
ishavegant=False
in_str=Split(Session("masterflag"),",")
For Each ins In in_str
If Trim(ins)="101" Then
ishavegant=True
End If
Next
If ishavegant=False Then
Response.Redirect "../err.asp"
Response.End
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>批量生成各版块首页</title>
<LINK href="../css/style.css" rel=stylesheet type=text/css>
</head>
<body>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=25 colspan="2" class="tableHeaderText">批量生成各版块首页 〖<a href="#" onClick="javascript:window.close();"><font color="#FFFFFF">关闭</font></a>〗</th>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成网站首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=index' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成采购首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=trade' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成销售首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=seller' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成公司首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=corporation' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成产品库首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=product' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成展会首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=expo' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成资讯首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=info' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成人才首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/index/index.asp?act=job' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
<tr>
<td width="15%" height=60 class="forumRowHighlight"><strong>生成帮助首页:</strong></td>
<td width="85%" class="forumRowHighlight"> <iframe src='../../manage/makehtml/help/makeindex.asp' width='100%' height='100%' frameborder='0' scrolling='no'></iframe></td>
</tr>
</table>
<br>
<!--#include file="../copy.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?