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

📄 bottom.asp

📁 基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用
💻 ASP
字号:
<style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
-->
</style><TABLE id=Table40 cellSpacing=0 cellPadding=0 width=775 align=center border=0>
	<TR>
		<TD width="4%" valign="top"><img src="images/TOP.GIF" width="32" height="29" /></TD>
        <TD width="92%" background="images/FOOTERBG.GIF">
			<TABLE cellSpacing=0 cellPadding=0 width="100%"border=0 align=center>
  				<TBODY>
  					<TR>
    					<TD width="100%" align=center>您是第
							<!-- 向文件中写入计数器的参数 -->
							<%  
      							whichfile=server.mappath("counter/count.txt")
      							Set fs=CreateObject("Scripting.FileSystemObject")
      							Set thisfile=fs.opentextfile(whichfile)
      							visitors=thisfile.readline
	  							if session("count")="" then
	  							visitors=visitors+1
	  							session("count")="1"
	  							end if 
      							thisfile.close
      							countlen=len(visitors)
      							for i=1 to countlen
      							response.write "<img src=counter/0/"&mid(visitors,i,1)&".gif></img>"
      							next
      							set out=fs.createtextfile(whichfile)
      							out.writeline(visitors)
      							out.close
     						 	set fs=nothing
   							%> 
							位访问者						</TD>
					</TR>
				</TBODY>
			</TABLE>		</TD>
		<TD width="4%"><img src="images/TOP.GIF" width="32" height="29" /></TD>
	</TR>
	<TR>
    	<TD height=10  colspan="3"><hr></TD>
    </TR>
	<TR>
    	<TD height=25 colspan="3">
			<div align="center">
			  <table width="79%" height="41"  border="0" align="center" cellpadding="-2" cellspacing="-2">
                <tr>
                  <td width="89" height="13">&nbsp;</td>
                  <td height="13" colspan="3" align="center">物流信息客户服务热线:0431-84978981,84978982 传真:0431-84972266</td>
                  <td width="35">&nbsp;</td>
                </tr>
                <tr>
                  <td height="15" colspan="2">&nbsp;</td>
                  <td width="464" valign="bottom" align="center"> CopyRight &copy; 2005 <a href="mailto:mingrisoft@mrsoft.com">www.mingrisoft.com </a>
			<% if session("name")<>"admin" then %><a href="index.asp?action=back" onMouseMove="javascript:window.self.status='明日科技'"
			onMouseOut="javascript:window.self.status='明日科技'" onMouseOver="javascript:window.self.status='明日科技'" onClick="javascript:window.self.status='明日科技'">
			<% end if %>吉林省明日科技有限公司</a></td>
                  <td colspan="2">&nbsp;</td>
                </tr>
                <tr>
                  <td height="13" colspan="2">&nbsp;</td>
                  <td align="center">本站请使用IE6.0或以上版本 1024*768为最佳显示效果</td>
                  <td colspan="2">&nbsp;</td>
                </tr>
              </table>
 </div>		</TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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