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

📄 corporation_web.asp

📁 物流管理系统,可以用于中小企业,建立自己的内部物流管理.
💻 ASP
字号:
<%@ codepage ="936" %><%
'┌─  风云ASP在线  ────────────────────────┐
'│                                                                 │
'│  作者:赵振波.	http://www.fyasp.com	    				    │
'│                                                                 │
'│   Q Q:176189168  										   	    │
'│                                                                 │
'│ Email:service@fyasp.com                                        │
'│                                                                 │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│                                                                 │
'│【版权声明】                                                     │
'│                                                                 │
'│     本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│                                                                 │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│                                                                 │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│                                                                 │
'└───────────────────  http://www.fyasp.com ──┘
%>
<!--#include file="../inc/config.asp"--><!--#include file="../conn/dbconn1.asp"-->
<!--#include file="../inc/check_input.asp"-->
<LINK href="../css/Style.css" rel=stylesheet type=text/css>
<%
dim sql
dim rs
dim rstype
if not isEmpty(request("id")) then
id=request("id")
id=CheckInput(id,"i","1")
else
id=1
end if
set rs=server.createobject("adodb.recordset")
sql1="update qyml set click=click+1 where id="+cstr(id)+"" 
rs.open sql1,conn,1,1
sql2="select * from qyml where id="+cstr(id)+"" 
set rs= Server.CreateObject("ADODB.Recordset") 
rs.open sql2,conn,1,1 
%> 
<% if rs.eof or rs.bof then
response.write"<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');"
response.write"javascript:window.close();</SCRIPT>" 
end if %>
<HTML><HEAD>
<meta http-equiv="Content-Language" content="zh-cn">
<TITLE><%=rs("qymc")%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 9pt}
p { }
table { font-family: "宋体"; font-size: 9pt}
td { font-family: "宋体"; font-size: 9pt; line-height: 14pt; letter-spacing: 1pt}
a:link { text-decoration: none}
a:visited { text-decoration: none}
.unnamed1 { cursor: hand}
a:hover { color: #006699; text-decoration: none}
-->
</style>
<script language=JavaScript>
<!--
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { //v3.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event =="init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event =="over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
nbArr[nbArr.length] = img;
}
} else if (event =="out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event =="down") {
if ((nbArr = document[grpName]) != null)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
<SCRIPT language=javascript 
src="images/zyok.JS"></SCRIPT>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" 
marginwidth="0" background="images/bg.gif">
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="64%" border=0>
<TBODY>
<TR>
<TD vAlign=top height=338>
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="66%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="26%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="449" id="AutoNumber7" height="83">
<tr>
<td width="100%" background="images/mb13.gif">
<div align="center">
<center>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="440" id="AutoNumber8" height="50">
<tr>
<td width="100%" valign="top" height="34">
<p align="center">
<font style='width=100%; position: relative; filter: glow(color=#000000, strength=4); font-size:20pt; letter-spacing:-1' color="#FFFFFF" face="隶书"><%=rs("qymc")%></font></td>
</tr>
</table>
</center>
</div>
</tr>
</table>
</TD>
<TD vAlign=top width="42%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="323" id="AutoNumber5" height="83" background="images/mb6.gif">
<tr>
<td width="323" valign="bottom" colspan="2"> </td>
</tr>
<tr>
<td width="104" valign="bottom"> </td>
<td width="219" valign="bottom"> </td>
</tr>
<tr>
<td width="104" valign="bottom"> </td>
<td width="219" valign="middle">
<p align="center"><script language="javascript"> 
document.write( 
"<font color=#ffffff> ", 
today.getYear(),"年", 
today.getMonth()+1,"月", 
today.getDate(),"日 ", 
d[today.getDay()+1], 
"</font>" ); </script></td>
</tr>
</table>
</TD></TR></TBODY></TABLE></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="16%" height=123 rowSpan=3 bgcolor="#F0F0F0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100" id="AutoNumber2" height="349">
<tr>
<td width="100%" height="156">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6">
<tr>
<td width="100%">
<TABLE WIDTH=144 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD> <a href="corporation_web.asp?id=<%=id%>" onClick="MM_nbGroup('down','group1','bt1','images/bt1.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','bt1','images/bt2.gif','images/bt2.gif',1);MM_nbGroup('over','bt1','images/bt11.gif','images/bt11.gif',1)"> 
<img border="0" src="images/bt1.gif" width="144" height="29" name="bt1" alt="公司简介"></a></TD>
</TR>
<TR>
<TD> <a href="spzs.asp?id=<%=id%>" onClick="MM_nbGroup('down','group1','bt2','images/bt2.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','bt2','images/bt21.gif','images/bt21.gif',1)"> 
<img border="0" src="images/bt2.gif" width="144" height="29" name="bt2" alt="产品介绍"></a></TD>
</TR>
<TR>
<TD> <a href="syjh.asp?id=<%=id%>" onClick="MM_nbGroup('down','group1','bt3','images/bt3.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','bt3','images/bt31.gif','images/bt31.gif',1)"> 
<img border="0" src="images/bt3.gif" width="144" height="32" name="bt3" alt="供求信息"></a></TD>
</TR>
<TR>
<TD> <a href="job.asp?id=<%=id%>" onClick="MM_nbGroup('down','group1','bt4','images/bt4.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','bt4','images/bt41.gif','images/bt41.gif',1)"> 
<img border="0" src="images/bt4.gif" name="bt4" alt="招聘信息"></a></TD>
</TR>
<TR>
<TD> <a href="contact.asp?id=<%=id%>" onClick="MM_nbGroup('down','group1','bt5','images/bt5.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','bt5','images/bt51.gif','images/bt51.gif',1)"> 
<img border="0" src="images/bt5.gif" width="144" height="37" name="bt5" alt="联系我们"></a></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="144" background="images/mb1.gif" height="157" bgcolor="#F0F0F0" valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber9" height="156">
<tr>
<td width="100%" height="88" valign="top">
<div align="center">
<center>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber10" height="9">
<tr>
<td width="88%" valign="bottom">
<p align="left">&nbsp;<img border="0" src="images/gb_site.gif"><a href="home.asp?id=<%=id%>"><font color="#004F75">返回主页</font></a></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="100%" height="68">
<p align="center">
<a href="mailto:<%=rs("email")%>">
<img border="0" src="images/mail_comp.gif" width="32" height="32" alt="请与我们联系"></a></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="100%" height="36" valign="bottom">
<p align="center">
共有<font color="#FF6600"><%=rs("click")%></font>人访问</td>
</tr>
</table>
</TD>
<TD vAlign=top width="84%" height=36 bgcolor="#FFFFFF"><!-- #BeginEditable "tp" -->
<img border="0" src="images/about1.gif"><!-- #EndEditable --></TD></TR>
<tr>
<TD vAlign=top width="84%" height=11 bgcolor="#FFFFFF"> </TD>
</tr>
<TR>
<TD vAlign=top width="84%" height=73>
<TABLE height=283 cellSpacing=0 cellPadding=0 width="100%" 
border=0><TBODY>
<TR vAlign=top>
<TD height=55 bgcolor="#FFFFFF">
<div align="left">
<TABLE height=24 cellSpacing=0 cellPadding=0 width="98%" 
border=0 style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD vAlign=top width="2%" height=148>
<IMG height=1 
src="images/2_9z.jpg" width=20></TD>
<TD vAlign=top width="69%" height=148><!-- #BeginEditable "text" --><SPAN 
class=css>&nbsp; </SPAN><%=Replace(rs("qyjj"),chr(13),"<br>&nbsp;&nbsp;&nbsp;")%><BR></TD>
<TD vAlign=top width="29%" height=148>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
<tr>
<TD bgcolor="#F0F0F0" valign="bottom">
<p align="center"><%if rs("cimg")<>"" then %> 
<img src="../manage/qyml/<%=rs("cimg")%>" width="190" height="140">
&nbsp; <%else%><iframe src="../ads/a1.asp" width=179 height=140 border=0 frameborder=0 framespacing=0 marginheight=1 marginwidth=1 noResize scrolling=no vspace="0" name="I1"></iframe>
<%end if%></TD>
</tr>
<tr>
<TD align=middle bgcolor="#F0F0F0">
<p align="center">
<font style='filter: glow(color=#000000, strength=4); letter-spacing:1' color="#800000">
<%if rs("cimg")<>"" then response.write""&rs("qymc") else response.write"广告推荐(图片空缺)" end if
%></font></TD>
</tr>
</table>
</TD></TR></TBODY></TABLE>
</div>
</TD></TR>
<TR>
<TD vAlign=bottom width="22%" height=13 bgcolor="#FFFFFF">
<TABLE cellSpacing=0 cellPadding=0 width="99%" border=0 height="11">
<TBODY>
<TR>
<TD height="1"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE></DIV>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="772" id="AutoNumber1" height="32">
<tr>
<td width="615" valign="bottom" background="images/mb21.gif">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4">
<tr>
<td width="29%">
<p align="center"> </td>
<td width="71%">
<p align="center"><font color="#FFFFFF">版权所有:&copy;<%=year(rs("idate"))%>-<%=rs("qymc")%></font></td>
</tr>
</table>
</center>
</div>
</td>
<td width="157" valign="bottom">
<map name="FPMap0">
<area href="javascript:window.scroll(0,-360)" shape="rect" coords="0, 4, 125, 31">
</map>
<img border="0" src="images/top1.gif" usemap="#FPMap0" width="158" height="32" alt="回到页首"></td>
</tr>
</table>
</center>
</div>
<%rs.close 
set rs=nothing
conn.close
set conn=nothing
%>
</BODY></HTML>

⌨️ 快捷键说明

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