📄 callinginfo.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="cs_conn.inc.asp"-->
<%
if not session("userClass")>=1 then
response.redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>行业显示</title>
<link href="css/allsty.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="600" border="0" align="center" cellpadding="3" cellspacing="3">
<tr>
<td> <%
set rs_hangye=conn.execute("select * from calling_info")
do while not rs_hangye.eof
%> <%
response.write ""&rs_hangye("corp_calling")&"、"
if trim(request("corp_calling"))=rs_hangye("corp_calling") then
end if
%> <a href="list_corpinfo.asp?corp_calling=<%response.write ""&rs_hangye("corp_calling")%>">
<%=rs_hangye("calling_Name")%></a><br>
<br> <% rs_hangye.movenext
loop
rs_hangye.close:set rs_hangye=nothing
%> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="http://www.crescent.net.cn/">新月网络工作室</a> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -