📄 company_info.asp
字号:
<%@ codepage ="936" %>
<!--#include file="head.asp"-->
<%
const Maxinfo=5
const Max1=10
MaxPerPage=20
dim i,x,y
dim sql,rs,rs2,sql2,rssort,sortsql
Set rssort= Server.CreateObject("ADODB.Recordset")
sortsql="select * from xxfl"
rssort.open sortsql,conn,1,1
sql="select newstitle,newsid from news where bz=6 order by NewsID desc"
set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
sql2="select newstitle,newsid from news where bz=7 order by NewsID desc"
set rs2= Server.CreateObject("ADODB.Recordset")
rs2.open sql2,conn,1,1
%>
<HTML><HEAD><TITLE><%=WebName%>·企业名录</TITLE>
<SCRIPT>
function view2(url){
var url; window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=600,height=460');
}
</SCRIPT>
<SCRIPT>
function view1(url){
var url; window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=600,height=460');
}
</SCRIPT>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<LINK
href="../spzs/images/main.css" rel=stylesheet type=text/css>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
</HEAD>
<BODY leftMargin=0 text=#000000 topMargin=0 marginwidth="0" marginheight="0">
<SCRIPT language=javascript>
function show_sader(mylink)
{
window.open(mylink,'','top=50,left=150,width=520,height=480,scrollbars=yes')
}
</SCRIPT>
<CENTER>
<TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 style="BORDER-COLLAPSE: collapse" width=760 bgcolor="#F5F5F5">
<TBODY>
<TR>
<TD bgColor=#FFFFFF vAlign=top width=180>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=180 height="510">
<TBODY>
<TR>
<TD height="23" valign="top">
<table borderColor="#ffffff" cellSpacing="0" cellPadding="0" width="184" border="1" style="font-size: 12px; line-height: 160%">
<tr>
<td vAlign="top" borderColor="#C0C0C0" width="233">
<table cellSpacing="0" cellPadding="0" width="185" border="0" style="font-size: 12px; line-height: 160%">
<tr>
<td bgColor="#f7bb43" height="25" width="202">
<div class="aa" align="left">
<img src="images/d.gif" width="13" height="13">
成功案例</div>
</td>
</tr>
<tr>
<td width="202">
<table height="120" cellSpacing="0" cellPadding="0" width="175" align="center" border="0" style="font-size: 12px; line-height: 160%">
<tr>
<td width="175" height="120">
<%do while not rs.eof%>
<img src="images/9.gif" width="4" height="7"><a href="javascript:view1('../show_news.asp?newsid=<%=rs("newsid")%>')"><%if len(rs("newstitle"))>12 then%>
<%=left(rs("newstitle"),11)%>...
<% else%><%=rs("newstitle")%><%end if%></a><br>
<% i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
rs.close
set rs=nothing
%> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table borderColor="#ffffff" cellSpacing="0" cellPadding="0" width="184" border="1" style="font-size: 12px; line-height: 160%">
<tr>
<td vAlign="top" borderColor="#C0C0C0" width="233">
<table cellSpacing="0" cellPadding="0" width="185" border="0" style="font-size: 12px; line-height: 160%">
<tr>
<td bgColor="#f7bb43" height="25" width="202">
<div class="aa" align="left">
<img src="images/d.gif" width="13" height="13">
成功案例</div>
</td>
</tr>
<tr>
<td width="202">
<table height="120" cellSpacing="0" cellPadding="0" width="175" align="center" border="0" style="font-size: 12px; line-height: 160%">
<tr>
<td width="175" height="120">
<%do while not rs2.eof%>
<img src="images/9.gif" width="4" height="7">
<a style="text-decoration: none" href="javascript:view2('../show_news.asp?newsid=<%=rs2("newsid")%>')">
<%if len(rs2("newstitle"))>12 then%>
<%=left(rs2("newstitle"),11)%>...
<% else%><%=rs2("newstitle")%><%end if%></a><br>
<% i=i+1
if i>=MaxPerPage then exit do
rs2.movenext
loop
rs2.close
set rs2=nothing
%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD></TR>
</TBODY></TABLE></TD>
<TD vAlign=top bgcolor="#FFFFFF">
<TABLE border=0 cellPadding=0 cellSpacing=0 width=580 bgcolor="#FFFFFF" style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD background=images/zxthy-you02.jpg width=20 height="32" valign="bottom">
<p align="right"> </TD>
<TD background=images/zxthy-top02.gif vAlign=bottom width=533>
<FONT color=#4e68a4>当前位置:<a href="../default.asp">
<FONT color=#4e68a4>首页</FONT></a>
>><a href="default.asp"><font color="#4E68A4">企业名录</font></a>
>>公司资料</FONT>
</TD></TR>
<TR>
<TD colSpan=2 width=580>
<CENTER>
<TABLE border=0 borderColor=#111111 cellSpacing=0 style="BORDER-COLLAPSE: collapse" width="100%" cellpadding="0">
<TBODY>
<TR>
<TD height="2">
<IFRAME frameBorder=0 height=580 marginHeight=1 marginWidth=1 src="../manage/qyml/company_info.asp" width="100%" BORDERCOLOR="#000000" name="I1" scrolling="no"></IFRAME>
</TD></TR>
<TR>
<TD>
</TD></TR></TBODY></TABLE></CENTER></TD></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER>
<CENTER>
<p></p>
<!--#include file="../inc/end.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -